From 454f672e34f7a0f36edb76029f07e832982552a7 Mon Sep 17 00:00:00 2001 From: BlackMajor Date: Wed, 16 Jan 2019 19:54:58 +1300 Subject: [PATCH] Why isn't the compact shotgun compact -Changes the wardens compact combat shotgun to fit in backpacks. No really, a sawed off riot shotgun fits in a backpack and holds more ammo. Any Warden worth their salt just swaps shotguns, you'd think a "Compact" shotgun would be able to fit much the same considering the lower ammo count. --- code/modules/projectiles/guns/ballistic/shotgun.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic/shotgun.dm b/code/modules/projectiles/guns/ballistic/shotgun.dm index 54ca03f872..1488974dd7 100644 --- a/code/modules/projectiles/guns/ballistic/shotgun.dm +++ b/code/modules/projectiles/guns/ballistic/shotgun.dm @@ -206,7 +206,7 @@ desc = "A compact version of the semi automatic combat shotgun. For close encounters." icon_state = "cshotgunc" mag_type = /obj/item/ammo_box/magazine/internal/shot/com/compact - w_class = WEIGHT_CLASS_BULKY + w_class = WEIGHT_CLASS_NORMAL //Dual Feed Shotgun