From dc9dd9a6bcf5bd7b6503595a3c480dc167dafbbf Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 25 Jan 2021 16:04:46 +0100 Subject: [PATCH] [MIRROR] Lets more things be put on trays (#2878) * Lets more things be put on trays (#56386) * Lets more things be put on trays Co-authored-by: RaveRadbury <3204033+RaveRadbury@users.noreply.github.com> --- code/game/objects/items/storage/bags.dm | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/code/game/objects/items/storage/bags.dm b/code/game/objects/items/storage/bags.dm index c512b59ee53..8c419476599 100644 --- a/code/game/objects/items/storage/bags.dm +++ b/code/game/objects/items/storage/bags.dm @@ -324,11 +324,17 @@ STR.set_holdable(list( /obj/item/reagent_containers/food, /obj/item/reagent_containers/glass, + /obj/item/clothing/mask/cigarette, + /obj/item/storage/fancy, + /obj/item/storage/box/gum, + /obj/item/storage/box/matches, /obj/item/food, - /obj/item/kitchen/knife, - /obj/item/kitchen/rollingpin, - /obj/item/kitchen/fork, - )) //Should cover: Bottles, Beakers, Bowls, Booze, Glasses, Food, and Kitchen Tools. + /obj/item/trash, + /obj/item/lighter, + /obj/item/rollingpaper, + /obj/item/kitchen, + /obj/item/organ, + )) //Should cover: Bottles, Beakers, Bowls, Booze, Glasses, Food, Food Containers, Food Trash, Organs, Tobacco Products, Lighters, and Kitchen Tools. STR.insert_preposition = "on" STR.max_items = 7