makes DNR apply properly to ghost roles and midround antags

This commit is contained in:
deathride58
2019-03-15 16:26:17 -04:00
parent ccca2ac8a8
commit e4c5f005a0
5 changed files with 26 additions and 12 deletions
@@ -365,10 +365,8 @@
// Ghost and delete the mob.
if(!mob_occupant.get_ghost(1))
if(world.time < 30 * 600)//before the 30 minute mark
mob_occupant.ghostize(0) // Players despawned too early may not re-enter the game
else
mob_occupant.ghostize(1)
mob_occupant.ghostize(0) // Players who cryo out may not re-enter the round
QDEL_NULL(occupant)
open_machine()
name = initial(name)