Merge pull request #882 from VOREStation/stasissleep

Makes stasis bags put people to sleep
This commit is contained in:
Arokha Sieyes
2017-01-30 12:33:55 -05:00
committed by GitHub

View File

@@ -82,7 +82,8 @@
if(!client) if(!client)
species.handle_npc(src) species.handle_npc(src)
else //VOREStation Addition - Stasis bags op pls nerf
if(in_stasis) Sleeping(5)
if(!handle_some_updates()) if(!handle_some_updates())
return //We go ahead and process them 5 times for HUD images and other stuff though. return //We go ahead and process them 5 times for HUD images and other stuff though.