diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index f24b0c0ccf..abd862736b 100755 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -869,37 +869,37 @@ var/obj/item/storage/belt/sabre/twin/B = S.parent if(istype(B)) playsound(B, 'sound/items/unsheath.ogg', 25, 1) - ..() + . = ..() /obj/item/melee/smith/twohand/katana/on_enter_storage(datum/component/storage/S) var/obj/item/storage/belt/sabre/twin/B = S.parent if(istype(B)) playsound(B, 'sound/items/sheath.ogg', 25, 1) - ..() + . = ..() /obj/item/melee/smith/wakizashi/on_exit_storage(datum/component/storage/S) var/obj/item/storage/belt/sabre/twin/B = S.parent if(istype(B)) playsound(B, 'sound/items/unsheath.ogg', 25, 1) - ..() + . = ..() /obj/item/melee/smith/wakizashi/on_enter_storage(datum/component/storage/S) var/obj/item/storage/belt/sabre/twin/B = S.parent if(istype(B)) playsound(B, 'sound/items/sheath.ogg', 25, 1) - ..() + . = ..() /obj/item/melee/bokken/on_exit_storage(datum/component/storage/S) var/obj/item/storage/belt/sabre/twin/B = S.parent if(istype(B)) playsound(B, 'sound/items/unsheath.ogg', 25, 1) - ..() + . = ..() /obj/item/melee/bokken/on_enter_storage(datum/component/storage/S) var/obj/item/storage/belt/sabre/twin/B = S.parent if(istype(B)) playsound(B, 'sound/items/sheath.ogg', 25, 1) - ..() + . = ..() /obj/item/storage/belt/plant name = "botanical belt"