diff --git a/code/modules/admin/game_master/game_master.dm b/code/modules/admin/game_master/game_master.dm index 5a27da28e7..1e2cbd3cc2 100644 --- a/code/modules/admin/game_master/game_master.dm +++ b/code/modules/admin/game_master/game_master.dm @@ -48,6 +48,7 @@ GLOBAL_VAR_INIT(radio_communication_clarity, 100) #define BEHAVIOR_CLICK_INTERCEPT_ACTION "behavior_click_intercept_action" #define OBJECTIVE_CLICK_INTERCEPT_ACTION "objective_click_intercept_action" + /datum/game_master var/client/game_master_client @@ -100,6 +101,7 @@ GLOBAL_VAR_INIT(radio_communication_clarity, 100) /// The holder for the game master's virtual phone var/atom/movable/game_master_phone + /datum/game_master/New(client/using_client) . = ..() @@ -444,6 +446,7 @@ GLOBAL_VAR_INIT(radio_communication_clarity, 100) SSminimaps.remove_marker(removing_datum) + #undef DEFAULT_SPAWN_XENO_STRING #undef GAME_MASTER_AI_XENOS #undef DEFAULT_XENO_AMOUNT_TO_SPAWN