mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Fixes #8661.
Now ghosts the AI before it's deleted, setting the respawn timer.
This commit is contained in:
@@ -41,4 +41,5 @@ var/global/list/empty_playable_ai_cores = list()
|
||||
var/datum/game_mode/traitor/autotraitor/current_mode = ticker.mode
|
||||
current_mode.possible_traitors.Remove(src)
|
||||
|
||||
del(src)
|
||||
ghostize(0)
|
||||
del(src)
|
||||
|
||||
Reference in New Issue
Block a user