took the spawn back out because @aranclanos said to

This commit is contained in:
Marc R. Uchniat
2015-10-12 15:00:26 -07:00
parent d48396f2ab
commit 35d3aae16b
@@ -25,11 +25,10 @@
user.visible_message("<span class='suicide'>[user] is putting the [src]'s valve to their lips! I don't think they're gonna stop!</span>")
playsound(loc, 'sound/effects/spray.ogg', 10, 1, -3)
if (H && !qdeleted(H))
spawn(0)
for(var/obj/item/W in H)
H.unEquip(W)
if(prob(50))
step(W, pick(alldirs))
for(var/obj/item/W in H)
H.unEquip(W)
if(prob(50))
step(W, pick(alldirs))
H.hair_style = "Bald"
H.update_hair()
H.blood_max = 5