Added plates to dinnerware vendor so they can be used for Unique dishes without having to eat a ton of fries just to get the plates. (#15510)

This commit is contained in:
Pidgey
2021-02-16 11:35:50 +00:00
committed by GitHub
parent c7d01c9b57
commit 494b81667f
+10 -4
View File
@@ -1580,15 +1580,21 @@
desc = "A kitchen and restaurant equipment vendor."
ads_list = list("Mm, food stuffs!","Food and food accessories.","Get your plates!","You like forks?","I like forks.","Woo, utensils.","You don't really need these...")
icon_state = "dinnerware"
products = list(/obj/item/storage/bag/tray = 8,/obj/item/kitchen/utensil/fork = 6,
/obj/item/kitchen/knife = 3,/obj/item/kitchen/rollingpin = 2,
products = list(/obj/item/storage/bag/tray = 8,
/obj/item/kitchen/utensil/fork = 6,
/obj/item/trash/plate = 20,
/obj/item/kitchen/knife = 3,
/obj/item/kitchen/rollingpin = 2,
/obj/item/kitchen/sushimat = 3,
/obj/item/reagent_containers/food/drinks/drinkingglass = 8, /obj/item/clothing/suit/chef/classic = 2, /obj/item/storage/belt/chef = 2,
/obj/item/reagent_containers/food/drinks/drinkingglass = 8,
/obj/item/clothing/suit/chef/classic = 2,
/obj/item/storage/belt/chef = 2,
/obj/item/reagent_containers/food/condiment/pack/ketchup = 5,
/obj/item/reagent_containers/food/condiment/pack/hotsauce = 5,
/obj/item/reagent_containers/food/condiment/saltshaker =5,
/obj/item/reagent_containers/food/condiment/peppermill =5,
/obj/item/whetstone = 2, /obj/item/mixing_bowl = 10,
/obj/item/whetstone = 2,
/obj/item/mixing_bowl = 10,
/obj/item/kitchen/mould/bear = 1, /obj/item/kitchen/mould/worm = 1,
/obj/item/kitchen/mould/bean = 1, /obj/item/kitchen/mould/ball = 1,
/obj/item/kitchen/mould/cane = 1, /obj/item/kitchen/mould/cash = 1,