ID Name and Guest Pass Terminal Tweaks (#15392)

This commit is contained in:
SleepyGemmy
2023-02-08 11:29:50 +01:00
committed by GitHub
parent 476a92dfa7
commit 1d1feca535
11 changed files with 154 additions and 172 deletions
@@ -304,7 +304,7 @@ INITIALIZE_IMMEDIATE(/mob/abstract/new_player)
if(character.mind.role_alt_title)
rank = character.mind.role_alt_title
// can't use their name here, since cyborg namepicking is done post-spawn, so we'll just say "A new Cyborg has arrived"/"A new Android has arrived"/etc.
global_announcer.autosay("A new[rank ? " [rank]" : " visitor" ] [join_message ? join_message : "has arrived on the station"].", "Arrivals Announcement Computer")
global_announcer.autosay("A new[rank ? " [rank]" : " visitor" ] [join_message ? join_message : "has arrived on the [current_map.station_type]"].", "Arrivals Announcer")
/mob/abstract/new_player/proc/LateChoices()
if(!istype(late_choices_ui))