Skip to content

Commit

Permalink
Wooden Sound For Few Closets
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottfrei committed Dec 2, 2023
1 parent 260b9a9 commit 1f15769
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/objects/items/random_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@
overlay_locked = "c_locked"
overlay_locker = "c_locker"
overlay_unlocked = "c_unlocked"
open_sound = 'sound/machines/wooden_closet_open.ogg'
close_sound = 'sound/machines/wooden_closet_close.ogg'


/obj/structure/closet/secure_closet/random_drinks/populate_contents()
for(var/i in 1 to 5)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
overlay_locked = "c_locked"
overlay_locker = "c_locker"
overlay_unlocked = "c_unlocked"
open_sound = 'sound/machines/wooden_closet_open.ogg'
close_sound = 'sound/machines/wooden_closet_close.ogg'

0 comments on commit 1f15769

Please sign in to comment.