mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Unconscious in Stasis (#8448)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user