diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index cd44920b49..1cce8183c8 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -82,7 +82,8 @@ if(!client) species.handle_npc(src) - + else //VOREStation Addition - Stasis bags op pls nerf + if(in_stasis) Sleeping(5) if(!handle_some_updates()) return //We go ahead and process them 5 times for HUD images and other stuff though.