Skip to content

Commit

Permalink
New beacon sound! (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: Morrow <[email protected]>
  • Loading branch information
xDanilcusx and morrowwolf committed Nov 7, 2023
1 parent cd2a08f commit e0fd655
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/beacons/deployable_beacons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
if(!do_after(user, (1 SECONDS), INTERRUPT_ALL, BUSY_ICON_BUILD, src))
return

playsound(deploying_turf, 'sound/mecha/mechmove01.ogg', 30, 1)
playsound(deploying_turf, 'sound/machines/beacon_activated.ogg')

var/obj/structure/deployable_beacon/deployed_beacon = new beacon_type(get_turf(src), user)

Expand Down
Binary file added sound/machines/beacon_activated.ogg
Binary file not shown.

0 comments on commit e0fd655

Please sign in to comment.