Skip to content

Commit

Permalink
coin sound
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Oct 5, 2023
1 parent 7f26215 commit a87beb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modular_ss220/aesthetics_sounds/code/items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/card.ogg'
pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/card.ogg'

/obj/item/coin
drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/ring.ogg'
pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/ring.ogg'

/obj/item/stock_parts
drop_sound = 'sound/items/handling/component_drop.ogg'
pickup_sound = 'sound/items/handling/component_pickup.ogg'
Expand Down

0 comments on commit a87beb7

Please sign in to comment.