Merge pull request #13977 from Kyep/cryopod_deadpeople_fix

Fixes runtime in cryopod.dm:310
This commit is contained in:
AffectedArc07
2020-08-07 08:43:21 +01:00
committed by GitHub
+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)