Merge pull request #8391 from Incoming5643/Statue_of_limitations

Fixes invincible unstoppable death statues
This commit is contained in:
Swag McYolosteinen
2015-03-20 17:43:22 +01:00
2 changed files with 5 additions and 2 deletions
@@ -30,8 +30,10 @@
intialBrute = L.getBruteLoss()
intialOxy = L.getOxyLoss()
if(ishuman(L))
name = "statue of [L.name]"
if(L.gender == "female")
var/mob/living/carbon/human/H = L
name = "statue of [H.name]"
H.bleedsuppress = 1
if(H.gender == "female")
icon_state = "human_female"
else if(ismonkey(L))
name = "statue of a monkey"