Skip to content

Commit 526a8c1

Browse files
authored
Hotfix Double Chung: The Return
Removes the ability to use underbarrel extinguishers on shotguns, which allows double chunging. Again. UNDO THIS ONCE A PROPER FIX HAS BEEN MADE!
1 parent b260da2 commit 526a8c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

code/modules/projectiles/guns/shotguns.dm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@ can cause issues with ammo types getting mixed up during the burst.
473473
/obj/item/attachable/bayonet/upp,
474474
/obj/item/attachable/verticalgrip, // Underbarrel
475475
/obj/item/attachable/flashlight/grip,
476-
/obj/item/attachable/attached_gun/extinguisher,
477476
/obj/item/attachable/burstfire_assembly,
478477
/obj/item/attachable/stock/type23, // Stock
479478
)
@@ -1230,7 +1229,6 @@ can cause issues with ammo types getting mixed up during the burst.
12301229
/obj/item/attachable/compensator,
12311230
/obj/item/attachable/shotgun_choke,
12321231
/obj/item/attachable/magnetic_harness,
1233-
/obj/item/attachable/attached_gun/extinguisher,
12341232
/obj/item/attachable/stock/shotgun,
12351233
)
12361234
map_specific_decoration = TRUE
@@ -1451,7 +1449,6 @@ can cause issues with ammo types getting mixed up during the burst.
14511449
/obj/item/attachable/flashlight,
14521450
/obj/item/attachable/compensator,
14531451
/obj/item/attachable/magnetic_harness,
1454-
/obj/item/attachable/attached_gun/extinguisher,
14551452
)
14561453

14571454
pixel_x = -5

0 commit comments

Comments
 (0)