This commit is contained in:
Trilbyspaceclone
2019-03-27 15:19:47 -04:00
committed by GitHub
parent 1bf175a3c0
commit 09c6abd19c
+1 -1
View File
@@ -447,7 +447,7 @@
/obj/item/twohanded/shockpaddles/proc/shock_touching(dmg, mob/H)
if(defib.pullshocksafely && isliving(H.pulledby))
H.visible_message("<span class='danger'>The defibrillator safely discharges the excessive charge into the floor!</span>")
else
else
var/mob/living/M = H.pulledby
if(M.electrocute_act(30, src))
M.visible_message("<span class='danger'>[M] is electrocuted by [M.p_their()] contact with [H]!</span>")