mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[MIRROR] Durathread bundles and sinew make their proper noises instead of metal clang sounds. (#29330)
* Durathread bundles and sinew make their proper noises instead of metal clang sounds. (#85485) ## About The Pull Request Adds cloth noises to durathread bundles and meat noises to sinew strands to stop them from making metal clang noises. ## Why It's Good For The Game Fixes https://github.com/tgstation/tgstation/issues/85433, fixes https://github.com/tgstation/tgstation/issues/85503 ## Changelog 🆑 fix: Raw durathread bundles and sinew strands no longer make metal clang sounds. /🆑 * Durathread bundles and sinew make their proper noises instead of metal clang sounds. --------- Co-authored-by: Astrogem2 <101240878+Astrogem2@users.noreply.github.com>
This commit is contained in:
@@ -245,6 +245,8 @@ GLOBAL_LIST_INIT(leather_recipes, list ( \
|
||||
icon_state = "sinew"
|
||||
novariants = TRUE
|
||||
merge_type = /obj/item/stack/sheet/sinew
|
||||
drop_sound = 'sound/effects/meatslap.ogg'
|
||||
pickup_sound = 'sound/effects/meatslap.ogg'
|
||||
|
||||
/obj/item/stack/sheet/sinew/Initialize(mapload, new_amount, merge, list/mat_override, mat_amt)
|
||||
. = ..()
|
||||
|
||||
@@ -577,6 +577,8 @@ GLOBAL_LIST_INIT(durathread_recipes, list ( \
|
||||
grind_results = list(/datum/reagent/cellulose = 20)
|
||||
var/loom_result = /obj/item/stack/sheet/cloth
|
||||
var/loom_time = 1 SECONDS
|
||||
drop_sound = 'sound/items/handling/cloth_drop.ogg'
|
||||
pickup_sound = 'sound/items/handling/cloth_pickup.ogg'
|
||||
|
||||
/obj/item/stack/sheet/cotton/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user