diff --git a/code/game/gamemodes/game_mode_latespawn.dm b/code/game/gamemodes/game_mode_latespawn.dm index 4c76f741305..816db86e9cd 100644 --- a/code/game/gamemodes/game_mode_latespawn.dm +++ b/code/game/gamemodes/game_mode_latespawn.dm @@ -23,6 +23,7 @@ if(emergency_shuttle.online()) message_admins("[uppertext(name)]: An evac or transfer shuttle is on the way. Aborted.") + next_spawn = world.time + min_autotraitor_delay return var/list/usable_templates = list()