[MIRROR] tray belt and worn sprite (#1125)

* Merge pull request #54127 from Tlaltecuhtli/peniss

tray belt and worn sprite

* tray belt and worn sprite

Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-10-03 02:31:44 +02:00
committed by GitHub
co-authored by ShizCalev
parent a5e765f677
commit 42e44d002e
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -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()