mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user