From d893dbefb2250fe5105dfa4381e88a6e682ef660 Mon Sep 17 00:00:00 2001 From: RigglePrime <27156122+RigglePrime@users.noreply.github.com> Date: Sat, 16 Dec 2023 00:44:06 +0100 Subject: [PATCH] Apply menu workaround --- modular_event/dumb_workaround.dm | 3 +++ tgstation.dme | 1 + 2 files changed, 4 insertions(+) create mode 100644 modular_event/dumb_workaround.dm diff --git a/modular_event/dumb_workaround.dm b/modular_event/dumb_workaround.dm new file mode 100644 index 00000000000..2cf55c7cca2 --- /dev/null +++ b/modular_event/dumb_workaround.dm @@ -0,0 +1,3 @@ +// Make the lobby buttons stop hiding +/atom/movable/screen/lobby/background + layer = LOBBY_BELOW_MENU_LAYER diff --git a/tgstation.dme b/tgstation.dme index e4d801f5ff9..3f876d08e22 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -6025,6 +6025,7 @@ #include "interface\fonts\spess_font.dm" #include "interface\fonts\tiny_unicode.dm" #include "interface\fonts\vcr_osd_mono.dm" +#include "modular_event\dumb_workaround.dm" #include "modular_event\base\disable_atmos.dm" #include "modular_event\base\disable_dynamic.dm" #include "modular_event\base\disable_economy.dm"