Merge pull request #3679 from Fox-McCloud/heart-attacks

Tweaks Heart Attacks
This commit is contained in:
TheDZD
2016-02-24 18:28:12 -05:00
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)