mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Try to fix nations start
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user