Allows 'escaping' sleepers, among other things

Added some helper procs for stasis things, and also allows using grabs on sleepers like the advanced scanner because that inconsistency between the machines was bothering me.
This commit is contained in:
Arokha Sieyes
2017-04-29 18:59:28 -04:00
parent 418db00c19
commit 58fec31ea4
4 changed files with 52 additions and 11 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))