Add pickup and placing sound for beakers (#84401)

## About The Pull Request
Add a pickup and drop sound for beakers
## Why It's Good For The Game
More sound cues is nice


https://github.com/tgstation/tgstation/assets/92416224/2fc6b2a7-366b-4281-aa2e-c67ee872eba1
## Changelog
🆑
sound: added pickup and drop sound for beakers
/🆑
This commit is contained in:
FinancialGoose
2024-06-30 22:10:59 -06:00
committed by GitHub
parent ec46993284
commit 02ca535d03
4 changed files with 8 additions and 0 deletions
@@ -228,6 +228,8 @@
worn_icon_state = "beaker"
custom_materials = list(/datum/material/glass=SMALL_MATERIAL_AMOUNT*5)
fill_icon_thresholds = list(0, 1, 20, 40, 60, 80, 100)
pickup_sound = 'sound/items/handling/beaker_pickup.ogg'
drop_sound = 'sound/items/handling/beaker_place.ogg'
/obj/item/reagent_containers/cup/beaker/Initialize(mapload)
. = ..()
+6
View File
@@ -200,3 +200,9 @@ https://freesound.org/people/MattRuthSound/sounds/561895/
ayylien.ogg was made by remixing:
SCIRetro_Energy Swells Synth_Funky Audio_Sonics Spices by Funky_Audio under CC0 -- https://freesound.org/people/realtheremin/sounds/119011/
scifi_scare_a.aiff by realtheremin under CC0 -- https://freesound.org/people/Funky_Audio/sounds/729392/
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.