mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
AI cryo now respects too early to ghost (#19215)
This commit is contained in:
@@ -29,7 +29,10 @@ GLOBAL_LIST_EMPTY(empty_playable_ai_cores)
|
||||
current_mode.possible_traitors.Remove(src)
|
||||
|
||||
// Ghost the current player and disallow them to return to the body
|
||||
ghostize()
|
||||
if(TOO_EARLY_TO_GHOST)
|
||||
ghostize(FALSE)
|
||||
else
|
||||
ghostize(TRUE)
|
||||
// Delete the old AI shell
|
||||
qdel(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user