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"}