Try to fix nations start

This commit is contained in:
ZomgPonies
2014-05-27 21:50:03 -04:00
parent 5f67943f8e
commit 1e988ac2fb
+2
View File
@@ -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)