reorder some messages (#19046)

* reorder some messages

* .
This commit is contained in:
Kashargul
2026-01-18 01:31:03 +01:00
committed by GitHub
parent 7d5c64a0c6
commit afeebb206d
4 changed files with 17 additions and 13 deletions
+5
View File
@@ -97,3 +97,8 @@
set_listening(LISTENING_PLAYER)
GLOB.tickets.ClientLogin(client, TRUE)
if(GLOB.custom_event_msg && GLOB.custom_event_msg != "")
to_chat(src, "<h1 class='alert'>Custom Event</h1>")
to_chat(src, "<h2 class='alert'>A custom event is taking place. OOC Info:</h2>")
to_chat(src, span_alert("[GLOB.custom_event_msg]") + "\n")
+11
View File
@@ -32,6 +32,17 @@
if(has_respawned)
to_chat(src, CONFIG_GET(string/respawn_message))
if((read_preference(/datum/preference/text/lastchangelog) != GLOB.changelog_hash)) //bolds the changelog button on the interface so we know there are updates.
to_chat(src, span_info("You have unread updates in the changelog."))
if(CONFIG_GET(flag/aggressive_changelog))
client.changes()
if(GLOB.custom_event_msg && GLOB.custom_event_msg != "")
to_chat(src, "<h1 class='alert'>Custom Event</h1>")
to_chat(src, "<h2 class='alert'>A custom event is taking place. OOC Info:</h2>")
to_chat(src, span_alert("[GLOB.custom_event_msg]") + "\n")
has_respawned = FALSE
handle_privacy_poll()
client.playtitlemusic()