Cryogenic storage change (#3519)

Cryogenic storage now moves people into storage instantly if they ghost.
This commit is contained in:
Ron
2017-10-01 09:19:15 -04:00
committed by Werner
parent aa57b9556e
commit be91e74e90

View File

@@ -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.