mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Merge pull request #13977 from Kyep/cryopod_deadpeople_fix
Fixes runtime in cryopod.dm:310
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user