mitigates the ghost roles/mid-round antag lock out for suicide/cryo. And related fixes.

This commit is contained in:
Ghommie
2019-10-09 06:51:07 +02:00
parent 47c18fd052
commit b4e975ef75
11 changed files with 43 additions and 16 deletions
+2 -1
View File
@@ -411,7 +411,8 @@
// Ghost and delete the mob.
if(!mob_occupant.get_ghost(1))
mob_occupant.ghostize(0) // Players who cryo out may not re-enter the round
mob_occupant.suiciding = TRUE //to penalize them from making a ghost role / midround antag comeback right away.
mob_occupant.ghostize(0)
QDEL_NULL(occupant)
open_machine()