Oops, forgot this.

This commit is contained in:
Fox-McCloud
2015-01-24 22:39:12 -05:00
parent 74f51188d9
commit 6ee359f52d
3 changed files with 6 additions and 4 deletions
@@ -172,7 +172,7 @@
log_attack("[M.name] ([M.ckey]) pushed [src.name] ([src.ckey])")
return
if(randn <= 45 && !lying)
/* if(randn <= 45 && !lying)
if(head)
var/obj/item/clothing/head/H = head
if(!istype(H) || prob(H.loose))
@@ -180,7 +180,7 @@
if(prob(60))
step_away(H,M)
visible_message("<span class='warning'>[M] has knocked [src]'s [H] off!</span>",
"<span class='warning'>[M] knocked \the [H] clean off your head!</span>")
"<span class='warning'>[M] knocked \the [H] clean off your head!</span>") */
var/talked = 0 // BubbleWrap
@@ -342,7 +342,7 @@ This function restores all organs.
..()
if(forced)
playsound(loc, "bodyfall", 50, 1, -1)
if(head)
/* if(head)
var/multiplier = 1
if(stat || (status_flags & FAKEDEATH))
multiplier = 2
@@ -352,4 +352,4 @@ This function restores all organs.
if(prob(60))
step_rand(H)
if(!stat)
src << "<span class='warning'>Your [H] fell off!</span>"
src << "<span class='warning'>Your [H] fell off!</span>" */