mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 22:12:38 +00:00
Cryogenic storage change (#3519)
Cryogenic storage now moves people into storage instantly if they ghost.
This commit is contained in:
@@ -249,7 +249,7 @@
|
||||
/obj/machinery/cryopod/machinery_process()
|
||||
if(occupant)
|
||||
//Allow a ten minute gap between entering the pod and actually despawning.
|
||||
if(world.time - time_entered < time_till_despawn)
|
||||
if((world.time - time_entered < time_till_despawn) && occupant.ckey)
|
||||
return
|
||||
|
||||
if(!occupant.client && occupant.stat<2) //Occupant is living and has no client.
|
||||
|
||||
Reference in New Issue
Block a user