Skip to content

Commit

Permalink
Remove Railgun Fouling (#74250)
Browse files Browse the repository at this point in the history
* Remove Railgun Fouling

* Removed "bad cycling"

Spent casings can't be stuck in a chamber if there's no casing.

* Update 12mm.json

Re-run checks.
  • Loading branch information
halosammy authored Jun 2, 2024
1 parent f3f4d6d commit 9f9ae41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/gun/12mm.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
[ "stock accessory", 2 ],
[ "underbarrel", 1 ]
],
"flags": [ "NEVER_JAMS", "USE_UPS" ],
"flags": [ "NEVER_JAMS", "NON_FOULING", "NEEDS_NO_LUBE", "USE_UPS" ],
"pocket_data": [ { "pocket_type": "MAGAZINE_WELL", "magazine_well": "250 ml", "item_restriction": [ "hk_g80mag" ] } ],
"melee_damage": { "bash": 12 }
}
Expand Down

0 comments on commit 9f9ae41

Please sign in to comment.