diff --git a/code/game/objects/items/storage/bags.dm b/code/game/objects/items/storage/bags.dm index d43312209f4..85357225895 100644 --- a/code/game/objects/items/storage/bags.dm +++ b/code/game/objects/items/storage/bags.dm @@ -305,13 +305,14 @@ name = "serving tray" icon = 'icons/obj/food/containers.dmi' icon_state = "tray" + worn_icon_state = "tray" desc = "A metal tray to lay food on." force = 5 throwforce = 10 throw_speed = 3 throw_range = 5 flags_1 = CONDUCT_1 - slot_flags = null + slot_flags = ITEM_SLOT_BELT custom_materials = list(/datum/material/iron=3000) /obj/item/storage/bag/tray/ComponentInitialize() diff --git a/icons/mob/clothing/belt.dmi b/icons/mob/clothing/belt.dmi index 99e1a2f0bb8..6fd46bd8157 100644 Binary files a/icons/mob/clothing/belt.dmi and b/icons/mob/clothing/belt.dmi differ