Fix a bug in the new lobby music system (#31477)
* Fix a bug in the new lobby music system * Update ticker.dm * ...
This commit is contained in:
committed by
CitadelStationBot
parent
f8d0646b09
commit
9eb83d1598
@@ -118,8 +118,10 @@ SUBSYSTEM_DEF(ticker)
|
||||
|
||||
if(isemptylist(music))
|
||||
music = world.file2list(ROUND_START_MUSIC_LIST, "\n")
|
||||
|
||||
login_music = pick(music)
|
||||
login_music = pick(music)
|
||||
else
|
||||
login_music = "config/title_music/sounds/[pick(music)]"
|
||||
|
||||
|
||||
if(!GLOB.syndicate_code_phrase)
|
||||
GLOB.syndicate_code_phrase = generate_code_phrase()
|
||||
|
||||
Reference in New Issue
Block a user