mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
20 lines
1.1 KiB
Plaintext
20 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)
|
|
refill_canister = /obj/item/vending_refill/sustenance
|
|
resistance_flags = FIRE_PROOF
|
|
|
|
/obj/item/vending_refill/sustenance
|
|
icon_state = "refill_cook"
|