mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
took the spawn back out because @aranclanos said to
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user