Merge pull request #3387 from VOREStation/aro-pol-zzz

Stasis Bag and Sleeper Changes
This commit is contained in:
Neerti
2017-05-02 12:09:33 -04:00
committed by GitHub
9 changed files with 200 additions and 34 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ var/const/CE_STABLE_THRESHOLD = 0.5
// Takes care blood loss and regeneration
/mob/living/carbon/human/handle_blood()
if(in_stasis)
if(inStasisNow())
return
if(!should_have_organ(O_HEART))