Changed stand_icon to face_standing so update_body won't have to be used to clear it.

Used update_hair(0) instead of update_hair()
This commit is contained in:
Ikarrus
2013-04-24 19:23:04 -06:00
parent 70818c3b09
commit cc3bf1f655
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
target.internal_organs -= B
if(ishuman(target))
var/mob/living/carbon/human/H = target
H.update_hair()
H.update_hair(0)
user.attack_log += "\[[time_stamp()]\]<font color='red'> Debrained [target.name] ([target.ckey]) INTENT: [uppertext(user.a_intent)])</font>"
target.attack_log += "\[[time_stamp()]\]<font color='orange'> Debrained by [user.name] ([user.ckey]) (INTENT: [uppertext(user.a_intent)])</font>"
log_attack("<font color='red'>[user.name] ([user.ckey]) debrained [target.name] ([target.ckey]) (INTENT: [uppertext(user.a_intent)])</font>")