From 793045b053b22d006a66353765fdd52c2edcc3eb Mon Sep 17 00:00:00 2001 From: Datraen Date: Tue, 23 Feb 2016 17:21:25 -0500 Subject: [PATCH] Returning 1 causes module switching to run twice. --- code/modules/clothing/spacesuits/rig/modules/combat.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/spacesuits/rig/modules/combat.dm b/code/modules/clothing/spacesuits/rig/modules/combat.dm index a3b6261b7b..3e8cb36a6c 100644 --- a/code/modules/clothing/spacesuits/rig/modules/combat.dm +++ b/code/modules/clothing/spacesuits/rig/modules/combat.dm @@ -117,7 +117,7 @@ if(!target) gun.attack_self(holder.wearer) - return 1 + return gun.Fire(target,holder.wearer) return 1