Cig pack sounds (#91860)

This commit is contained in:
grungussuss
2025-07-01 11:06:35 +02:00
committed by GitHub
parent 5b1a20a7f2
commit 0a3185d26c
24 changed files with 66 additions and 5 deletions
+2 -2
View File
@@ -17,13 +17,13 @@
create_storage(
max_slots = 1,
max_specific_storage = WEIGHT_CLASS_NORMAL,
rustle_sound = 'sound/items/evidence_bag/evidence_bag_zip.ogg',
remove_rustle_sound = 'sound/items/evidence_bag/evidence_bag_unzip.ogg',
)
atom_storage.allow_quick_gather = TRUE
atom_storage.collection_mode = COLLECT_ONE
RegisterSignal(atom_storage, COMSIG_STORAGE_STORED_ITEM, PROC_REF(on_insert))
RegisterSignal(atom_storage, COMSIG_STORAGE_REMOVED_ITEM, PROC_REF(on_remove))
atom_storage.rustle_sound = 'sound/items/evidence_bag/evidence_bag_zip.ogg'
atom_storage.remove_rustle_sound = 'sound/items/evidence_bag/evidence_bag_unzip.ogg'
/obj/item/evidencebag/update_desc(updates)
. = ..()