a3a3b29719
* adds pruno; adds garbage bags to all map permas for pruno; adds moldy bread for pruno * tells travis to eat shit * ups time to make pruno; tweaks recipe * changes moodlet, breaks mold into separate reagent, slightly tweaks recipe display * travis please eat every dick in existence except for one and then continuously clone-a-willy that dick so you can continue this task for all eternity * changes disgust, adjusts comments * does this fix the shit * does THIS work * spooky's edits
23 lines
1.2 KiB
Plaintext
23 lines
1.2 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!;Even prisoners deserve their daily bread!;Have some more candy corn!;Try our new ice cups!"
|
|
icon_state = "sustenance"
|
|
products = list(/obj/item/reagent_containers/food/snacks/tofu/prison = 24,
|
|
/obj/item/reagent_containers/food/snacks/breadslice/moldy = 15,
|
|
/obj/item/reagent_containers/food/drinks/ice/prison = 12,
|
|
/obj/item/reagent_containers/food/snacks/candy_corn/prison = 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)
|
|
refill_canister = /obj/item/vending_refill/sustenance
|
|
default_price = 0
|
|
extra_price = 0
|
|
payment_department = NO_FREEBIES
|
|
|
|
/obj/item/vending_refill/sustenance
|
|
machine_name = "Sustenance Vendor"
|
|
icon_state = "refill_snack"
|