Switch to shocking head and electrocute_act

This commit is contained in:
Arokha Sieyes
2018-05-24 00:57:02 -04:00
parent ecff72d79f
commit 2006b7f113

View File

@@ -37,7 +37,7 @@
if(SMITE_LIGHTNINGBOLT)
var/turf/T = get_step(get_step(target, NORTH), NORTH)
T.Beam(target, icon_state="lightning[rand(1,12)]", time = 5)
target.adjustFireLoss(75)
target.electrocute_act(75,def_zone = BP_HEAD)
target.visible_message("<span class='danger'>[target] is struck by lightning!</span>")
else