Files
Aurora.3/code/modules/hydroponics/grown_predefined.dm
Greenjoe12345 5026b47053 Loadout drug changes (#20756)
This PR does the following changes:
It changes the name of the 'Smoking' tab in the loadout to 'Drugs and
Medicines'
It moves the psychiatric medicines from the Utility tab to this newly
renamed Drugs and Medicines tab
It adds a few basic OTC medicines, the same ones found in the OTC vendor
in the medical lobby (except for dexalin and dylovene)
It adds some legal recreational drugs that can be selected in the
loadout.

IMPORTANT: You will have to re-select items that you previously had in
the Smoking tab, and re-select your psychiatric medication.
2025-05-16 08:34:54 +00:00

56 lines
1.5 KiB
Plaintext

// Predefined types for placing on the map.
/obj/item/reagent_containers/food/snacks/grown/mushroom
plantname = "amanita"
/obj/item/reagent_containers/food/snacks/grown/mushroom/libertycap
plantname = "libertycap"
/obj/item/reagent_containers/food/snacks/grown/mushroom/glowshroom
plantname = "glowshroom"
/obj/item/reagent_containers/food/snacks/grown/mushroom/reishi
plantname = "reishi"
/obj/item/reagent_containers/food/snacks/grown/mushroom/reishi/dried/Initialize()
. = ..()
dry = TRUE
name = "dried [name]"
color = "#aaaaaa"
/obj/item/reagent_containers/food/snacks/grown/mushroom/destroyingangel
plantname = "destroyingangel"
/obj/item/reagent_containers/food/snacks/grown/mushroom/ghostmushroom
plantname = "ghostmushroom"
/obj/item/reagent_containers/food/snacks/grown/ambrosiavulgaris
plantname = "ambrosia"
/obj/item/reagent_containers/food/snacks/grown/ambrosiavulgaris/dried/Initialize()
. = ..()
dry = TRUE
name = "dried [name]"
color = "#aaaaaa"
/obj/item/reagent_containers/food/snacks/grown/ambrosiadeus
plantname = "ambrosiadeus"
/obj/item/reagent_containers/food/snacks/grown/kois
plantname = "koisspore"
/obj/item/reagent_containers/food/snacks/grown/banana
plantname = "banana"
/obj/item/reagent_containers/food/snacks/grown/mtear
plantname = "mtear"
/obj/item/reagent_containers/food/snacks/grown/wulumunusha
plantname = "wulumunusha"
/obj/item/reagent_containers/food/snacks/grown/wulumunusha/dried/Initialize()
. = ..()
dry = TRUE
name = "dried [name]"
color = "#aaaaaa"