From 1e988ac2fbe2c7a538d10f4a6e1bd0369761be2f Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Tue, 27 May 2014 21:50:03 -0400 Subject: [PATCH] Try to fix nations start --- code/game/gamemodes/nations/nations.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/gamemodes/nations/nations.dm b/code/game/gamemodes/nations/nations.dm index 932c058e527..e5d084dfdc2 100644 --- a/code/game/gamemodes/nations/nations.dm +++ b/code/game/gamemodes/nations/nations.dm @@ -20,6 +20,7 @@ datum/game_mode/nations split_teams() spawn_flags() populate_vars() + return ..() /datum/game_mode/nations/send_intercept() command_alert("Due to recent and COMPLETELY UNFOUNDED allegations of massive fraud and insider trading \ @@ -31,6 +32,7 @@ datum/game_mode/nations day.", "FINAL TRANSMISSION, CENTCOM COMMAND.") + /datum/game_mode/nations/proc/remove_flags() for(var/obj/item/flag/F in world) del(F)