From 1c8768afe4cdc897f9fd0eeda8308170cd27fc97 Mon Sep 17 00:00:00 2001 From: Chayse Ramsay Date: Mon, 22 Jul 2019 19:31:42 +0100 Subject: [PATCH] Redundant Redundancies made Redundant --- code/modules/projectiles/guns/ballistic/shotgun.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/projectiles/guns/ballistic/shotgun.dm b/code/modules/projectiles/guns/ballistic/shotgun.dm index 31efec3b36..fb2fbc875c 100644 --- a/code/modules/projectiles/guns/ballistic/shotgun.dm +++ b/code/modules/projectiles/guns/ballistic/shotgun.dm @@ -228,6 +228,7 @@ if(!istype(user) || !user.canUseTopic(src, BE_CLOSE, ismonkey(user))) return toggle_stock(user) + . = ..() /obj/item/gun/ballistic/shotgun/automatic/combat/compact/examine(mob/user) ..() @@ -241,14 +242,13 @@ to_chat(user, "You unfold the stock.") recoil = 1 spread = 0 - update_icon() else current_skin = "Folded" w_class = WEIGHT_CLASS_NORMAL to_chat(user, "You fold the stock.") recoil = 5 spread = 2 - update_icon() + update_icon() //Dual Feed Shotgun @@ -264,6 +264,7 @@ /obj/item/gun/ballistic/shotgun/automatic/dual_tube/examine(mob/user) ..() to_chat(user, "Alt-click to pump it.") + . = ..() /obj/item/gun/ballistic/shotgun/automatic/dual_tube/Initialize() . = ..()