Skip to content

Commit

Permalink
Merge pull request #71915 from Milopetilo/prison-pants
Browse files Browse the repository at this point in the history
Add striped pants to prisons
  • Loading branch information
Maleclypse authored Feb 24, 2024
2 parents d7c2da2 + dc7baeb commit b9569d8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data/json/itemgroups/Locations_MapExtras/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,13 @@
"id": "prison_textile",
"type": "item_group",
"subtype": "collection",
"entries": [ { "item": "blanket", "prob": 25 }, { "item": "striped_shirt", "prob": 35 }, { "item": "striped_shirt", "prob": 35 } ]
"entries": [
{ "item": "blanket", "prob": 25 },
{ "item": "striped_shirt", "prob": 35 },
{ "item": "striped_shirt", "prob": 35 },
{ "item": "striped_pants", "prob": 35 },
{ "item": "striped_pants", "prob": 35 }
]
},
{
"id": "boxing_misc",
Expand Down

0 comments on commit b9569d8

Please sign in to comment.