mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
ID Name and Guest Pass Terminal Tweaks (#15392)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user