Skip to content

Commit

Permalink
Merge pull request #41202 from TobalJackson/patch-1
Browse files Browse the repository at this point in the history
Allow energy saber (off) to be worn at the hip
  • Loading branch information
Rivet-the-Zombie authored Jun 12, 2020
2 parents 483a50f + c6a80e0 commit a23c282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Aftershock/items/weapons.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"need_charges_msg": "The energy saber is out of charge.",
"active": true
},
"flags": [ "USE_UPS", "NO_UNLOAD", "NO_RELOAD" ],
"flags": [ "USE_UPS", "NO_UNLOAD", "NO_RELOAD", "BELT_CLIP" ],
"pocket_data": [
{
"pocket_type": "MAGAZINE_WELL",
Expand Down

0 comments on commit a23c282

Please sign in to comment.