add usesound to glass_containers (#26011)

* add usesound to glass_containers

* move inherited var to proper place
This commit is contained in:
Paul
2024-07-14 09:41:09 -04:00
committed by GitHub
parent 61e89af131
commit bc67c96d02
@@ -15,6 +15,7 @@
has_lid = TRUE
resistance_flags = ACID_PROOF
blocks_emissive = FALSE
usesound = 'sound/items/deconstruct.ogg'
var/label_text = ""
/obj/item/reagent_containers/glass/Initialize(mapload)