mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Space Sector Lobby Elements (#15712)
This commit is contained in:
@@ -565,7 +565,10 @@ var/datum/controller/subsystem/ticker/SSticker
|
||||
var/obj/screen/new_player/selection/join_game/JG = locate() in NP.client.screen
|
||||
JG.update_icon(NP)
|
||||
to_world(SPAN_NOTICE("<b>Enjoy the round!</b>"))
|
||||
sound_to(world, sound('sound/AI/welcome.ogg'))
|
||||
if(SSatlas.current_sector.sector_welcome_message)
|
||||
sound_to(world, sound(SSatlas.current_sector.sector_welcome_message))
|
||||
else
|
||||
sound_to(world, sound('sound/AI/welcome.ogg'))
|
||||
//Holiday Round-start stuff ~Carn
|
||||
Holiday_Game_Start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user