From 3cdd31a31a5945bf28c8a290136bfaa3a606d3b7 Mon Sep 17 00:00:00 2001 From: AndroBetel <44546836+AndroBetel@users.noreply.github.com> Date: Thu, 11 Jan 2024 01:41:15 +0300 Subject: [PATCH] cleanup2 --- code/modules/admin/game_master/game_master.dm | 3 +++ 1 file changed, 3 insertions(+) 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