Skip to content

Commit

Permalink
Fix urban explorer having 2 pairs of pants
Browse files Browse the repository at this point in the history
Remove container-item pants from smartphone group to prevent an additional pair of pants spawning
  • Loading branch information
garnetgw authored Jan 11, 2024
1 parent 59b70b4 commit dbcead2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7405,7 +7405,7 @@
{ "item": "slingpack" },
{ "item": "leather_belt" },
{ "item": "urbexmap" },
{ "group": "charged_smart_phone", "container-item": "pants" },
{ "group": "charged_smart_phone" },
{ "item": "pants", "variant": "pants_black" },
{ "item": "light_disposable_cell", "ammo-item": "battery", "charges": 300, "container-item": "camera_pro" },
{
Expand Down

0 comments on commit dbcead2

Please sign in to comment.