Space Sector Lobby Elements (#15712)

This commit is contained in:
Alberyk
2023-02-07 12:44:27 +01:00
committed by GitHub
parent ee271052b8
commit fdb8d1f1c5
10 changed files with 65 additions and 15 deletions
+4 -1
View File
@@ -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()