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)