mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
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:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user