beaker sounds yes (#22481)

This commit is contained in:
AMyriad
2024-08-05 05:52:29 +02:00
committed by GitHub
parent 8799132c62
commit 2b622e3a27
4 changed files with 20 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
resistance_flags = ACID_PROOF resistance_flags = ACID_PROOF
/obj/item/reagent_containers/glass/attack(mob/M, mob/living/user, obj/target) /obj/item/reagent_containers/glass/attack(mob/M, mob/living/user, obj/target)
if(!canconsume(M, user)) if(!canconsume(M, user))
return return
@@ -112,6 +114,8 @@
icon_state = "beaker" icon_state = "beaker"
item_state = "beaker" item_state = "beaker"
materials = list(/datum/material/glass=500) materials = list(/datum/material/glass=500)
pickup_sound = 'sound/items/handling/beaker_pickup.ogg'
drop_sound = 'sound/items/handling/beaker_place.ogg'
/obj/item/reagent_containers/glass/beaker/Initialize(mapload) /obj/item/reagent_containers/glass/beaker/Initialize(mapload)
. = ..() . = ..()

16
sound/attributions.txt Normal file
View File

@@ -0,0 +1,16 @@
beaker_pickup.ogg was made by lowering pitch:
Bottle Tap.wav by alex_alexalex -- https://freesound.org/s/395492/ -- License: Attribution NonCommercial 3.0
beaker_place.ogg was made by cutting and lowering pitch:
place glass object.wav by milpower -- https://freesound.org/s/353105/ -- License: Creative Commons 0

Binary file not shown.

Binary file not shown.