Succumb() now calls Death() instead of modifying stat directly

This commit is contained in:
Incoming
2013-06-28 14:10:13 -04:00
parent c10b680a54
commit 3524c23528
+1 -1
View File
@@ -12,7 +12,7 @@
src.adjustOxyLoss(src.health + 200)
src.health = 100 - src.getOxyLoss() - src.getToxLoss() - src.getFireLoss() - src.getBruteLoss()
src << "\blue You have given up life and succumbed to death."
src.stat = DEAD
death()
/mob/living/proc/updatehealth()