medical, jani, soulstone, grenade belt handling sounds the same as tool belt (#87208)

## About The Pull Request
same sounds as the toolbelt
## Why It's Good For The Game
I think it fits
## Changelog
🆑 grungussuss
sound: medical, jani, soulstone, grenade belts got sounds
/🆑
This commit is contained in:
grungussuss
2024-10-14 13:49:38 +02:00
committed by GitHub
parent 3e8eecdf4b
commit 1cbdfd73ed
+8
View File
@@ -229,6 +229,8 @@
icon_state = "medical"
inhand_icon_state = "medical"
worn_icon_state = "medical"
drop_sound = 'sound/items/handling/toolbelt_drop.ogg'
pickup_sound = 'sound/items/handling/toolbelt_pickup.ogg'
/obj/item/storage/belt/medical/Initialize(mapload)
. = ..()
@@ -489,6 +491,8 @@
icon_state = "soulstonebelt"
inhand_icon_state = "soulstonebelt"
worn_icon_state = "soulstonebelt"
drop_sound = 'sound/items/handling/toolbelt_drop.ogg'
pickup_sound = 'sound/items/handling/toolbelt_pickup.ogg'
/obj/item/storage/belt/soulstone/Initialize(mapload)
. = ..()
@@ -624,6 +628,8 @@
icon_state = "grenadebeltnew"
inhand_icon_state = "security"
worn_icon_state = "grenadebeltnew"
drop_sound = 'sound/items/handling/toolbelt_drop.ogg'
pickup_sound = 'sound/items/handling/toolbelt_pickup.ogg'
/obj/item/storage/belt/grenade/Initialize(mapload)
. = ..()
@@ -687,6 +693,8 @@
icon_state = "janibelt"
inhand_icon_state = "janibelt"
worn_icon_state = "janibelt"
drop_sound = 'sound/items/handling/toolbelt_drop.ogg'
pickup_sound = 'sound/items/handling/toolbelt_pickup.ogg'
/obj/item/storage/belt/janitor/Initialize(mapload)
. = ..()