mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
beaker sounds yes (#22481)
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
resistance_flags = ACID_PROOF
|
||||
|
||||
|
||||
|
||||
|
||||
/obj/item/reagent_containers/glass/attack(mob/M, mob/living/user, obj/target)
|
||||
if(!canconsume(M, user))
|
||||
return
|
||||
@@ -112,6 +114,8 @@
|
||||
icon_state = "beaker"
|
||||
item_state = "beaker"
|
||||
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)
|
||||
. = ..()
|
||||
|
||||
16
sound/attributions.txt
Normal file
16
sound/attributions.txt
Normal 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
|
||||
BIN
sound/items/handling/beaker_pickup.ogg
Normal file
BIN
sound/items/handling/beaker_pickup.ogg
Normal file
Binary file not shown.
BIN
sound/items/handling/beaker_place.ogg
Normal file
BIN
sound/items/handling/beaker_place.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user