[Goonchem] Fixups

This commit is contained in:
Fox-McCloud
2015-04-05 21:56:59 -04:00
parent 7c739e4745
commit 9ca8def744
7 changed files with 38 additions and 19 deletions
@@ -1569,6 +1569,9 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc
if(stat == DEAD)
return PULSE_NONE //that's it, you're dead, nothing can influence your pulse
if(heart_attack)
return PULSE_NONE
var/temp = PULSE_NORM
if(round(vessel.get_reagent_amount("blood")) <= BLOOD_VOLUME_BAD) //how much blood do we have