mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Adds Closet Open/Close Sounds (#15627)
This commit is contained in:
@@ -21,7 +21,10 @@
|
||||
icon_opened = "bodybag_open"
|
||||
density = FALSE
|
||||
integrity_failure = 0
|
||||
sound = 'sound/items/zip.ogg'
|
||||
open_sound = 'sound/items/zip.ogg'
|
||||
close_sound = 'sound/items/zip.ogg'
|
||||
open_sound_volume = 15
|
||||
close_sound_volume = 15
|
||||
var/item_path = /obj/item/bodybag
|
||||
|
||||
|
||||
|
||||
@@ -238,6 +238,10 @@
|
||||
icon_opened = "cabinetdetective_open"
|
||||
icon_broken = "cabinetdetective_broken"
|
||||
icon_off = "cabinetdetective_broken"
|
||||
open_sound = 'sound/machines/wooden_closet_open.ogg'
|
||||
close_sound = 'sound/machines/wooden_closet_close.ogg'
|
||||
open_sound_volume = 25
|
||||
close_sound_volume = 50
|
||||
|
||||
/obj/structure/closet/secure_closet/random_drinks/populate_contents()
|
||||
for(var/i in 1 to 5)
|
||||
|
||||
Reference in New Issue
Block a user