Merge pull request #13672 from KorPhaeron/hulk_buff

Hulks now lose hulk on crit
This commit is contained in:
Cheridan
2015-12-16 13:46:14 -06:00
+1 -3
View File
@@ -137,11 +137,9 @@
return visual_indicators[g]
/datum/mutation/human/hulk/on_life(mob/living/carbon/human/owner)
if(owner.health < 25)
if(owner.health < 0)
on_losing(owner)
owner << "<span class='danger'>You suddenly feel very weak.</span>"
owner.Weaken(3)
owner.emote("collapse")
/datum/mutation/human/hulk/on_losing(mob/living/carbon/human/owner)
if(..())