mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-20 22:16:51 +00:00
19 lines
1.1 KiB
Plaintext
19 lines
1.1 KiB
Plaintext
/obj/machinery/vending/sustenance
|
|
name = "\improper Sustenance Vendor"
|
|
desc = "A vending machine which vends food, as required by section 47-C of the NT's Prisoner Ethical Treatment Agreement."
|
|
product_slogans = "Enjoy your meal.;Enough calories to support strenuous labor."
|
|
product_ads = "Sufficiently healthy.;Efficiently produced tofu!;Mmm! So good!;Have a meal.;You need food to live!;Have some more candy corn!;Try our new ice cups!"
|
|
icon_state = "sustenance"
|
|
products = list(/obj/item/reagent_containers/food/snacks/tofu = 24,
|
|
/obj/item/reagent_containers/food/drinks/ice = 12,
|
|
/obj/item/reagent_containers/food/snacks/candy_corn = 6)
|
|
contraband = list(/obj/item/kitchen/knife = 6,
|
|
/obj/item/reagent_containers/food/drinks/coffee = 12,
|
|
/obj/item/tank/internals/emergency_oxygen = 6,
|
|
/obj/item/clothing/mask/breath = 6)
|
|
armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 50)
|
|
resistance_flags = FIRE_PROOF
|
|
default_price = 0
|
|
extra_price = 0
|
|
payment_department = NO_FREEBIES
|