Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 0b484da

Browse files
authored
Fixes Lobby Music (#22927)
1 parent 773c1c9 commit 0b484da

File tree

1 file changed

+3
-1
lines changed
  • code/modules/mob/dead/new_player

1 file changed

+3
-1
lines changed

code/modules/mob/dead/new_player/login.dm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
sight |= SEE_TURFS
2424

2525
new_player_panel()
26-
client?.playtitlemusic()
26+
2727

2828
if(GLOB.admin_event)
2929
GLOB.admin_event.show_info(src)
@@ -36,3 +36,5 @@
3636
else
3737
postfix = "soon"
3838
to_chat(src, "Please set up your character and select \"Ready\". The game will start [postfix].")
39+
40+
spawn(3 SECONDS) client?.playtitlemusic()

0 commit comments

Comments
 (0)