From 9f9ae41836e3d00665340a03943c49fccdf3a14f Mon Sep 17 00:00:00 2001 From: halosammy <86896841+halosammy@users.noreply.github.com> Date: Sun, 2 Jun 2024 14:21:39 -0700 Subject: [PATCH] Remove Railgun Fouling (#74250) * 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. --- data/json/items/gun/12mm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/gun/12mm.json b/data/json/items/gun/12mm.json index d3db4847990eb..7766288065685 100644 --- a/data/json/items/gun/12mm.json +++ b/data/json/items/gun/12mm.json @@ -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 } }