diff --git a/code/modules/mob/living/silicon/ai/latejoin.dm b/code/modules/mob/living/silicon/ai/latejoin.dm index d049c83bf86..c364c8d21b9 100644 --- a/code/modules/mob/living/silicon/ai/latejoin.dm +++ b/code/modules/mob/living/silicon/ai/latejoin.dm @@ -38,7 +38,7 @@ var/global/list/empty_playable_ai_cores = list() current_mode.possible_traitors.Remove(src) // Ghost the current player and disallow them to return to the body - ghostize(0) + ghostize(FALSE) // Delete the old AI shell qdel(src)