Unconscious in Stasis (#8448)

This commit is contained in:
Doxxmedearly
2020-03-15 22:41:36 -03:00
committed by GitHub
parent cec9c92f69
commit 0e62abc493
2 changed files with 14 additions and 3 deletions
+6 -3
View File
@@ -232,6 +232,9 @@
// Next, the method to induce stasis has some adverse side-effects, manifesting
// as cloneloss
adjustCloneLoss(0.1)
if(stat != DEAD)
blinded = TRUE
stat = UNCONSCIOUS
/mob/living/carbon/human/handle_mutations_and_radiation()
if(in_stasis)
@@ -756,8 +759,8 @@
src.visible_message("<B>[src]</B> [species.halloss_message]")
Paralyse(10)
if(paralysis || sleeping)
blinded = 1
if(paralysis || sleeping || in_stasis)
blinded = TRUE
stat = UNCONSCIOUS
adjustHalLoss(-3)
@@ -783,7 +786,7 @@
//CONSCIOUS
else
else if(!in_stasis)
stat = CONSCIOUS
willfully_sleeping = FALSE