Files
ff0dd3eb28 [MIRROR] Renamed "Pack of *** seeds" to "*** seed pack" [MDB IGNORE] (#4139)
* Renamed "Pack of *** seeds" to "*** seed pack" (#85370)

<img alt="0Jva48mReD"
src="https://github.com/user-attachments/assets/8b5ef2a2-c1dd-4561-89ef-15c0ca199e5d">

Renamed all seed packs to say "Apple seed pack" instead of "Pack of
apple seeds.

Shorter and better for UIs.

Easier to find the needed items in a list, the important part of the
name won't be truncated by ellipsis.

🆑
qol: Renamed seed packs to have the plant name at the beginning
/🆑

* modularization 🌈

---------

Co-authored-by: Andrew <mt.forspam@gmail.com>
Co-authored-by: Fluffles <piecopresident@gmail.com>
2024-08-04 14:34:34 +05:30

26 lines
1.2 KiB
Plaintext

/obj/item/seeds/poppy/opiumpoppy
name = "opium poppy seed pack"
desc = "These seeds grow into real opium poppies."
icon = 'modular_skyrat/master_files/icons/obj/hydroponics/seeds.dmi'
growing_icon = 'modular_skyrat/master_files/icons/obj/hydroponics/growing.dmi'
icon_state = "seed-opiumpoppy"
species = "opiumpoppy"
icon_grow = "opiumpoppy-grow"
icon_dead = "opiumpoppy-dead"
plantname = "Opium Poppy Plants"
product = /obj/item/food/grown/poppy/opiumpoppy
reagents_add = list(/datum/reagent/drug/opium = 0.3, /datum/reagent/toxin/fentanyl = 0.075, /datum/reagent/consumable/nutriment = 0.05)
slot_flags = null
/obj/item/food/grown/poppy/opiumpoppy
seed = /obj/item/seeds/poppy/opiumpoppy
name = "opium poppy seedpod"
desc = "The seedpod of the opium poppy plant, which contain opium latex."
icon = 'modular_skyrat/master_files/icons/obj/hydroponics/harvest.dmi'
icon_state = "opiumpoppy"
worn_icon_state = "map_flower"
greyscale_config = null
greyscale_config_worn = /datum/greyscale_config/flower_simple_worn
greyscale_colors = "#01690f"
distill_reagent = /datum/reagent/consumable/ethanol/turbo //How can a slow drug make fast drink? Don't question it.