mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-31 12:01:47 +00:00
* All plates removed. Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com> Co-authored-by: DeAndre <robustness13@hotmail.com> Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com> Co-authored-by: Krysonism <49783092+Krysonism@users.noreply.github.com>
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
/obj/machinery/vending/dinnerware
|
|
name = "\improper Plasteel Chef's Dinnerware Vendor"
|
|
desc = "A kitchen and restaurant equipment vendor."
|
|
product_ads = "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/reagent_containers/glass/bowl = 20,
|
|
/obj/item/kitchen/fork = 6,
|
|
/obj/item/kitchen/spoon = 6,
|
|
/obj/item/reagent_containers/food/drinks/drinkingglass = 8,
|
|
/obj/item/reagent_containers/food/condiment/pack/ketchup = 5,
|
|
/obj/item/reagent_containers/food/condiment/pack/hotsauce = 5,
|
|
/obj/item/reagent_containers/food/condiment/pack/astrotame = 5,
|
|
/obj/item/reagent_containers/food/condiment/saltshaker = 5,
|
|
/obj/item/reagent_containers/food/condiment/peppermill = 5,
|
|
/obj/item/clothing/suit/apron/chef = 2,
|
|
/obj/item/kitchen/rollingpin = 2,
|
|
/obj/item/kitchen/knife = 2,
|
|
/obj/item/book/granter/crafting_recipe/cooking_sweets_101 = 2,
|
|
/obj/item/plate = 10
|
|
)
|
|
contraband = list(
|
|
/obj/item/kitchen/rollingpin = 2,
|
|
/obj/item/kitchen/knife/butcher = 2,
|
|
)
|
|
refill_canister = /obj/item/vending_refill/dinnerware
|
|
default_price = PAYCHECK_ASSISTANT * 0.8
|
|
extra_price = PAYCHECK_HARD
|
|
payment_department = ACCOUNT_SRV
|
|
light_mask = "dinnerware-light-mask"
|
|
|
|
/obj/item/vending_refill/dinnerware
|
|
machine_name = "Plasteel Chef's Dinnerware Vendor"
|
|
icon_state = "refill_smoke"
|