Skip to content

Commit

Permalink
Let's just do this
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 3, 2023
1 parent c5a7f67 commit e364cf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/admin/game_master/game_master.dm
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ GLOBAL_VAR_INIT(radio_communication_clarity, 100)

/// Associated list of game master submenus organized by object_type = game_master_submenu
var/list/submenu_types = list(
/obj/structure/pipes/vents/scrubber = /datum/game_master_submenu/vents,
/obj/structure/pipes/vents/pump = /datum/game_master_submenu/vents,
/obj/structure/pipes/vents = /datum/game_master_submenu/vents,
)

/// List of current submenus
Expand Down

0 comments on commit e364cf8

Please sign in to comment.