Skip to content

Commit

Permalink
Fix sound issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Constellado committed Jun 14, 2024
1 parent 28ae2b7 commit 189f952
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/ticker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ SUBSYSTEM_DEF(ticker)

to_chat(world, "<span class='notice'><B>Welcome to [station_name()], enjoy your stay!</B></span>")
SSredbot.send_discord_message("ooc", "**A new round has begun.**")
SEND_SOUND(world, sound('sound/roundstart/addiguana.ogg'))
SEND_SOUND(world, sound('sound/roundstart/pen-click.mp3'))

current_state = GAME_STATE_PLAYING
Master.SetRunLevel(RUNLEVEL_GAME)
Expand Down
Binary file added sound/roundstart/pen-click.mp3
Binary file not shown.

0 comments on commit 189f952

Please sign in to comment.