Standardizes the permabrig seed inventory. (#30400)

* Update departmental_vendors.dm

* seeeeeeed

* moreseed

* Update departmental_vendors.dm

* Update deltastation.dmm

* e
This commit is contained in:
CRUNCH
2025-09-19 14:50:27 +00:00
committed by GitHub
parent e929845ffb
commit e529ce7a23
6 changed files with 251 additions and 403 deletions
+39
View File
@@ -238,6 +238,45 @@
refill_canister = /obj/item/vending_refill/hydroseeds
/obj/machinery/economy/vending/hydroseeds/perma
name = "\improper PrisonSeed Servitor"
desc = "Dispenses seeds for prisoners to grow plants with. It's supposed to help reform them into good citizens, or something."
slogan_list = list("You've got nothing better to do. Might as well take up gardening!",
"Hands down the best restricted seed selection in prison!",
"No crimes against God or your money back!")
products = list(/obj/item/seeds/apple = 3,
/obj/item/seeds/cabbage = 3,
/obj/item/seeds/carrot = 3,
/obj/item/seeds/chili = 3,
/obj/item/seeds/cocoapod = 3,
/obj/item/seeds/corn = 3,
/obj/item/seeds/eggplant = 3,
/obj/item/seeds/garlic = 3,
/obj/item/seeds/grape = 3,
/obj/item/seeds/grass = 3,
/obj/item/seeds/lettuce = 3,
/obj/item/seeds/lime = 3,
/obj/item/seeds/olive = 3,
/obj/item/seeds/onion = 3,
/obj/item/seeds/orange = 3,
/obj/item/seeds/pineapple = 3,
/obj/item/seeds/plum = 3,
/obj/item/seeds/plump = 3,
/obj/item/seeds/potato = 3,
/obj/item/seeds/pumpkin = 3,
/obj/item/seeds/wheat/rice = 3,
/obj/item/seeds/soya = 3,
/obj/item/seeds/sugarcane = 3,
/obj/item/seeds/tobacco = 3,
/obj/item/seeds/watermelon = 3,
/obj/item/seeds/wheat = 3,)
contraband = list(/obj/item/seeds/cannabis = 3,
/obj/item/seeds/fungus = 3,
/obj/item/seeds/liberty = 3,
/obj/item/seeds/reishi = 3,
/obj/item/seeds/starthistle = 3,)
/obj/machinery/economy/vending/medical
name = "\improper NanoMed Plus"
desc = "Medical drug dispenser."