Skip to content

Commit

Permalink
Merge pull request #6 from Constellado/host-fix
Browse files Browse the repository at this point in the history
Fix sound issue, shanges round start sound effect to a pen click. yes.
  • Loading branch information
Constellado authored Jun 14, 2024
2 parents 28ae2b7 + 189f952 commit 351ffbe
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 351ffbe

Please sign in to comment.