diff --git a/code/modules/zoom/engagement.dm b/code/modules/zoom/engagement.dm index 527a013b2c3b..326311fa261d 100644 --- a/code/modules/zoom/engagement.dm +++ b/code/modules/zoom/engagement.dm @@ -1,10 +1,11 @@ -GLOBAL_VAR_INIT(engagement_html, {" +GLOBAL_VAR_INIT(engagement_html, {" + @@ -14,7 +15,8 @@ GLOBAL_VAR_INIT(engagement_html, {" -"}) + +"}) GLOBAL_PROTECT(engagement_html) // Cant have this being messed with diff --git a/paradise.dme b/paradise.dme index 5b749061ca0b..fa2503d250a1 100644 --- a/paradise.dme +++ b/paradise.dme @@ -24,9 +24,7 @@ #include "code\__DEFINES\_protection.dm" #include "code\__DEFINES\_readme.dm" #include "code\__DEFINES\_spacemandmm.dm" -// SS220 ADDITION START : MODPACK TOGGLING #include "code\__DEFINES\_ss220.dm" -// SS220 ADDITION END #include "code\__DEFINES\_tgs_defines.dm" #include "code\__DEFINES\_tick.dm" #include "code\__DEFINES\_versions.dm" @@ -2876,9 +2874,9 @@ #include "code\modules\world_topic\ping.dm" #include "code\modules\world_topic\players.dm" #include "code\modules\world_topic\pr_announce_topic.dm" -#include "code\modules\zoom\engagement.dm" #include "code\modules\world_topic\queue_status.dm" #include "code\modules\world_topic\status.dm" +#include "code\modules\zoom\engagement.dm" #include "interface\interface.dm" #include "interface\skin.dmf" // END_INCLUDE