From ddee871df786bc7be32b95dc111d11d7f884340b Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 15 Jun 2017 19:04:35 -0500 Subject: [PATCH] Good boy Robustin does a heckin inducer fix --- code/game/objects/items/weapons/inducer.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/weapons/inducer.dm b/code/game/objects/items/weapons/inducer.dm index fdd44795ad..c2a35feabf 100644 --- a/code/game/objects/items/weapons/inducer.dm +++ b/code/game/objects/items/weapons/inducer.dm @@ -128,6 +128,7 @@ user.visible_message("[user] recharged \the [A]!","You recharged \the [A]!") recharging = FALSE return TRUE + recharging = FALSE /obj/item/weapon/inducer/attack(mob/M, mob/user)