Skip to content

Commit

Permalink
cleanup2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Jan 10, 2024
1 parent a179ea6 commit 3cdd31a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/admin/game_master/game_master.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
. = ..()

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3cdd31a

Please sign in to comment.