From 499e688291338f4cdeffb0404bc13eea38c590ab Mon Sep 17 00:00:00 2001 From: nevimer Date: Tue, 23 Apr 2024 20:39:14 -0400 Subject: [PATCH] kia soul --- modular_skyrat/modules/title_screen/code/title_screen_html.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_skyrat/modules/title_screen/code/title_screen_html.dm b/modular_skyrat/modules/title_screen/code/title_screen_html.dm index af0da8e6f2e..44fa516f704 100644 --- a/modular_skyrat/modules/title_screen/code/title_screen_html.dm +++ b/modular_skyrat/modules/title_screen/code/title_screen_html.dm @@ -116,10 +116,10 @@ GLOBAL_LIST_EMPTY(startup_messages)
SETUP CHARACTER ([uppertext(client.prefs.read_preference(/datum/preference/name/real_name))]) GAME OPTIONS - [client.prefs.read_preference(/datum/preference/toggle/be_antag) ? " BE ANTAGONIST" : " BE ANTAGONIST"] + [client.prefs.read_preference(/datum/preference/toggle/be_antag) ? " BE ANTAGONIST" : " BE ANTAGONIST"]
SWAP SERVERS - "} + "} // BUBBER EDIT - ADDED MARQUEE TO BE ANTAG if(length(GLOB.lobby_station_traits) && !SSticker.HasRoundStarted()) dat += {"JOB TRAITS"}