From e5ea3682dde1f78f5b46d08ded2bc802ba843933 Mon Sep 17 00:00:00 2001 From: AffectedArc07 Date: Fri, 19 Apr 2019 16:50:32 +0100 Subject: [PATCH] 404: Eyes not found --- code/game/gamemodes/gameticker.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/game/gamemodes/gameticker.dm b/code/game/gamemodes/gameticker.dm index 565980bd843..762731dcb46 100644 --- a/code/game/gamemodes/gameticker.dm +++ b/code/game/gamemodes/gameticker.dm @@ -134,8 +134,6 @@ var/round_start_time = 0 else src.mode.announce() - setupfactions() - setup_economy() create_characters() //Create player characters and transfer them populate_spawn_points() collect_minds() @@ -148,6 +146,7 @@ var/round_start_time = 0 //here to initialize the random events nicely at round start setup_economy() + setupfactions() //shuttle_controller.setup_shuttle_docks()