Hides no longer clang like metal (#86004)

## About The Pull Request

Fixes https://github.com/NovaSector/NovaSector/issues/4241

Just simply reuses the sound effects for dropping leather goods that was
added here: https://github.com/tgstation/tgstation/pull/85254

## Why It's Good For The Game

Muh immersion

## Changelog

🆑
fix: wet hides and hairless hides no longer make metal clanging noises
when picked up/dropped
/🆑
This commit is contained in:
Bloop
2024-08-25 03:53:19 -04:00
committed by GitHub
parent 888e6ff64a
commit 753ddb1cb6
@@ -348,6 +348,8 @@ GLOBAL_LIST_INIT(sinew_recipes, list ( \
icon_state = "sheet-hairlesshide"
inhand_icon_state = null
merge_type = /obj/item/stack/sheet/hairlesshide
pickup_sound = 'sound/items/skin_pick_up.ogg'
drop_sound = 'sound/items/skin_drop.ogg'
/obj/item/stack/sheet/hairlesshide/examine(mob/user)
. = ..()
@@ -361,6 +363,8 @@ GLOBAL_LIST_INIT(sinew_recipes, list ( \
icon_state = "sheet-wetleather"
inhand_icon_state = null
merge_type = /obj/item/stack/sheet/wethide
pickup_sound = 'sound/items/skin_pick_up.ogg'
drop_sound = 'sound/items/skin_drop.ogg'
/// Reduced when exposed to high temperatures
var/wetness = 30
/// Kelvin to start drying