Skip to content

Commit

Permalink
no more silent beacon
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoengi authored Dec 18, 2024
1 parent cc118a9 commit 85b72e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/roulette_machine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +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)
used = TRUE
addtimer(CALLBACK(src, PROC_REF(launch_payload)), 40)

Expand Down

0 comments on commit 85b72e8

Please sign in to comment.