Merge pull request #8118 from deathride58/PROPERFUCKINGDNRS

makes the DNR status affect ghost role (event and spawner roles) eligibility, makes cryopods always apply DNR status, and readds suicide + ghost admin logging
This commit is contained in:
kevinz000
2019-03-22 19:14:07 -07:00
committed by GitHub
5 changed files with 25 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)