Tweaks Heart Attacks

This commit is contained in:
Fox-McCloud
2016-02-23 07:36:36 -05:00
parent 0266fe9109
commit 3a45f4a081
2 changed files with 5 additions and 5 deletions
@@ -90,6 +90,7 @@
stat = DEAD
dizziness = 0
jitteriness = 0
heart_attack = 0
//Handle species-specific deaths.
if(species) species.handle_death(src)
+4 -5
View File
@@ -1276,11 +1276,10 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc
if(!heart_attack)
return
else
losebreath += 5
adjustOxyLoss(10)
adjustBrainLoss(rand(4,10))
Paralyse(2)
return
if(losebreath < 3)
losebreath += 2
adjustOxyLoss(5)
adjustBruteLoss(1)