Fixes runtime in cryopod.dm:310

This commit is contained in:
Kyep
2020-08-01 12:29:13 -07:00
parent 1cc3910ea5
commit d49c2cbcab
+1
View File
@@ -302,6 +302,7 @@
// Eject dead people
if(occupant.stat == DEAD)
go_out()
return
// Allow a gap between entering the pod and actually despawning.
if(world.time - time_entered < time_till_despawn)