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
25 lines
1.3 KiB
Plaintext
25 lines
1.3 KiB
Plaintext
/obj/machinery/vending/hydronutrients
|
|
name = "\improper NutriMax"
|
|
desc = "A plant nutrients vendor."
|
|
product_slogans = "Aren't you glad you don't have to fertilize the natural way?;Now with 50% less stink!;Plants are people too!"
|
|
product_ads = "We like plants!;Don't you want some?;The greenest thumbs ever.;We like big plants.;Soft soil..."
|
|
icon_state = "nutri"
|
|
icon_deny = "nutri-deny"
|
|
products = list(/obj/item/reagent_containers/glass/bottle/nutrient/ez = 30,
|
|
/obj/item/reagent_containers/glass/bottle/nutrient/l4z = 20,
|
|
/obj/item/reagent_containers/glass/bottle/nutrient/rh = 10,
|
|
/obj/item/reagent_containers/spray/pestspray = 20,
|
|
/obj/item/reagent_containers/syringe = 5,
|
|
/obj/item/storage/bag/plants = 5,
|
|
/obj/item/cultivator = 3,
|
|
/obj/item/shovel/spade = 3,
|
|
/obj/item/plant_analyzer = 4)
|
|
contraband = list(/obj/item/reagent_containers/glass/bottle/ammonia = 10,
|
|
/obj/item/reagent_containers/glass/bottle/diethylamine = 5)
|
|
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/hydronutrients
|
|
resistance_flags = FIRE_PROOF
|
|
|
|
/obj/item/vending_refill/hydronutrients
|
|
icon_state = "refill_hydro"
|