diff --git a/code/game/objects/items/defib.dm b/code/game/objects/items/defib.dm index 2fd5daae57..ba0aa36634 100644 --- a/code/game/objects/items/defib.dm +++ b/code/game/objects/items/defib.dm @@ -447,7 +447,7 @@ /obj/item/twohanded/shockpaddles/proc/shock_touching(dmg, mob/H) if(defib.pullshocksafely && isliving(H.pulledby)) H.visible_message("The defibrillator safely discharges the excessive charge into the floor!") - else + else var/mob/living/M = H.pulledby if(M.electrocute_act(30, src)) M.visible_message("[M] is electrocuted by [M.p_their()] contact with [H]!")