Skip to content

Commit

Permalink
sound effect aligns better with the description
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoengi authored Dec 23, 2024
1 parent 9ffbc27 commit 2c2aa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/roulette_machine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
if(used)
return
loc.visible_message("<span class='warning'>\The [src] begins to beep loudly!</span>")
playsound(get_turf(src), 'sound/machines/click.ogg', 50, TRUE)
playsound(get_turf(src), 'sound/machines/triple_beep.ogg', 50, TRUE)
used = TRUE
addtimer(CALLBACK(src, PROC_REF(launch_payload)), 40)

Expand Down

0 comments on commit 2c2aa01

Please sign in to comment.