Skip to content

Commit

Permalink
Merge pull request #35587 from arijust/jumper_cables_aftershock
Browse files Browse the repository at this point in the history
Change flags for both UPS in Aftershock.
  • Loading branch information
ZhilkinSerg authored Nov 18, 2019
2 parents 308efca + b6729e5 commit 054ab91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/Aftershock/items/afs_tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"coverage": 5,
"encumbrance": 2,
"covers": [ "LEG_EITHER" ],
"flags": [ "NO_UNLOAD", "RECHARGE", "WAIST", "FRAGILE", "OVERSIZE", "WATERPROOF" ]
"flags": [ "RECHARGE", "WAIST", "FRAGILE", "OVERSIZE", "WATERPROOF", "IS_UPS" ]
},
{
"id": "adv_UPS_off",
Expand All @@ -188,7 +188,7 @@
"coverage": 5,
"encumbrance": 1,
"covers": [ "LEG_EITHER" ],
"flags": [ "WAIST", "FRAGILE", "OVERSIZE" ]
"flags": [ "WAIST", "FRAGILE", "OVERSIZE", "IS_UPS" ]
},
{
"id": "afs_bionic_power_mod",
Expand Down

0 comments on commit 054ab91

Please sign in to comment.