mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
@@ -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")
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user