[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:
SkyratBot
2024-08-15 11:39:51 +02:00
committed by GitHub
co-authored by Astrogem2
parent 8a746a9a26
commit 4f2e4271fd
2 changed files with 4 additions and 0 deletions
@@ -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)
. = ..()