From ff0dd3eb28e0f49cece29ae691bd96a7db7fa85c Mon Sep 17 00:00:00 2001 From: NovaBot <154629622+NovaBot13@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:22:36 -0400 Subject: [PATCH] [MIRROR] Renamed "Pack of *** seeds" to "*** seed pack" [MDB IGNORE] (#4139) * Renamed "Pack of *** seeds" to "*** seed pack" (#85370) 0Jva48mReD 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. :cl: qol: Renamed seed packs to have the plant name at the beginning /:cl: * modularization :rainbow: --------- Co-authored-by: Andrew Co-authored-by: Fluffles --- .../rations_printer_designs/seeds.dm | 16 ++++++++-------- .../modules/hydroponics/grown/bananaspider.dm | 2 +- .../modules/hydroponics/grown/tea_coffee.dm | 2 +- .../modules/morenarcotics/code/cocoleaves.dm | 2 +- .../modules/morenarcotics/code/opiumpoppy.dm | 2 +- .../xenoarch/code/modules/hydroponics/amauri.dm | 2 +- .../xenoarch/code/modules/hydroponics/gelthi.dm | 2 +- .../xenoarch/code/modules/hydroponics/jurlmah.dm | 2 +- .../xenoarch/code/modules/hydroponics/nofruit.dm | 2 +- .../xenoarch/code/modules/hydroponics/shand.dm | 4 ++-- .../xenoarch/code/modules/hydroponics/surik.dm | 2 +- .../xenoarch/code/modules/hydroponics/telriis.dm | 2 +- .../xenoarch/code/modules/hydroponics/thaadra.dm | 2 +- .../xenoarch/code/modules/hydroponics/vale.dm | 2 +- .../code/modules/hydroponics/vaporsac.dm | 2 +- 15 files changed, 23 insertions(+), 23 deletions(-) diff --git a/modular_skyrat/modules/colony_fabricator/code/design_datums/rations_printer_designs/seeds.dm b/modular_skyrat/modules/colony_fabricator/code/design_datums/rations_printer_designs/seeds.dm index f64ba01c5ff..11c0c996316 100644 --- a/modular_skyrat/modules/colony_fabricator/code/design_datums/rations_printer_designs/seeds.dm +++ b/modular_skyrat/modules/colony_fabricator/code/design_datums/rations_printer_designs/seeds.dm @@ -1,5 +1,5 @@ /datum/design/organic_parsnip_seed - name = "Pack of Parsnip Seeds" + name = "Parsnip Seed Pack" id = "oganic_parsnip_seed" build_type = BIOGENERATOR materials = list(/datum/material/biomass = 25) @@ -10,7 +10,7 @@ ) /datum/design/organic_beet_seed - name = "Pack of White-Beet Seeds" + name = "White-Beet Seed Pack" id = "oganic_beet_seed" build_type = BIOGENERATOR materials = list(/datum/material/biomass = 25) @@ -21,7 +21,7 @@ ) /datum/design/organic_potato_seed - name = "Pack of Potato Seeds" + name = "Potato Seed Pack" id = "oganic_potato_seed" build_type = BIOGENERATOR materials = list(/datum/material/biomass = 25) @@ -32,7 +32,7 @@ ) /datum/design/organic_soy_seed - name = "Pack of Soybean Seeds" + name = "Soybean Seed Pack" id = "oganic_soy_seed" build_type = BIOGENERATOR materials = list(/datum/material/biomass = 25) @@ -43,7 +43,7 @@ ) /datum/design/organic_rice_seed - name = "Pack of Rice Seeds" + name = "Rice Seed Pack" id = "oganic_rice_seed" build_type = BIOGENERATOR materials = list(/datum/material/biomass = 25) @@ -54,7 +54,7 @@ ) /datum/design/organic_oat_seed - name = "Pack of Oat Seeds" + name = "Oat Seed Pack" id = "oganic_oat_seed" build_type = BIOGENERATOR materials = list(/datum/material/biomass = 25) @@ -65,7 +65,7 @@ ) /datum/design/organic_korta_seed - name = "Pack of Korta Seeds" + name = "Korta Seed Pack" id = "oganic_korta_seed" build_type = BIOGENERATOR materials = list(/datum/material/biomass = 25) @@ -76,7 +76,7 @@ ) /datum/design/organic_plump_helmet - name = "Pack of Plump-Helmet Seeds" + name = "Plump-Helmet Seed Pack" id = "oganic_plump_helmet" build_type = BIOGENERATOR materials = list(/datum/material/biomass = 25) diff --git a/modular_skyrat/modules/customization/modules/hydroponics/grown/bananaspider.dm b/modular_skyrat/modules/customization/modules/hydroponics/grown/bananaspider.dm index 9fdf3ab1e19..c065960f7c1 100644 --- a/modular_skyrat/modules/customization/modules/hydroponics/grown/bananaspider.dm +++ b/modular_skyrat/modules/customization/modules/hydroponics/grown/bananaspider.dm @@ -1,5 +1,5 @@ /obj/item/seeds/banana/spider_banana - name = "pack of leggy banana seeds" + name = "leggy banana seed pack" desc = "They're seeds that grow into banana trees. However, those bananas might be alive." icon = 'modular_skyrat/master_files/icons/obj/hydroponics/seeds.dmi' icon_state = "seed-spibanana" diff --git a/modular_skyrat/modules/customization/modules/hydroponics/grown/tea_coffee.dm b/modular_skyrat/modules/customization/modules/hydroponics/grown/tea_coffee.dm index 6c2ba4244c4..6adf7a0f79b 100644 --- a/modular_skyrat/modules/customization/modules/hydroponics/grown/tea_coffee.dm +++ b/modular_skyrat/modules/customization/modules/hydroponics/grown/tea_coffee.dm @@ -2,7 +2,7 @@ // Catnip /obj/item/seeds/tea/catnip - name = "pack of catnip seeds" + name = "catnip seed pack" icon = 'modular_skyrat/master_files/icons/obj/hydroponics/seeds.dmi' icon_state = "seed-catnip" growing_icon = 'modular_skyrat/master_files/icons/obj/hydroponics/growing.dmi' diff --git a/modular_skyrat/modules/morenarcotics/code/cocoleaves.dm b/modular_skyrat/modules/morenarcotics/code/cocoleaves.dm index f35046fcac5..33f2264c138 100644 --- a/modular_skyrat/modules/morenarcotics/code/cocoleaves.dm +++ b/modular_skyrat/modules/morenarcotics/code/cocoleaves.dm @@ -1,5 +1,5 @@ /obj/item/seeds/cocaleaf - name = "pack of coca leaf seeds" + name = "coca leaf seed pack" desc = "These seeds grow into coca shrubs. They make you feel energized just looking at them..." icon = 'modular_skyrat/master_files/icons/obj/hydroponics/seeds.dmi' growing_icon = 'modular_skyrat/master_files/icons/obj/hydroponics/growing.dmi' diff --git a/modular_skyrat/modules/morenarcotics/code/opiumpoppy.dm b/modular_skyrat/modules/morenarcotics/code/opiumpoppy.dm index 76cae58a0ea..3bff79f065a 100644 --- a/modular_skyrat/modules/morenarcotics/code/opiumpoppy.dm +++ b/modular_skyrat/modules/morenarcotics/code/opiumpoppy.dm @@ -1,5 +1,5 @@ /obj/item/seeds/poppy/opiumpoppy - name = "pack of opium poppy seeds" + 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' diff --git a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/amauri.dm b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/amauri.dm index f0a94c1ea79..ef30511b3a6 100644 --- a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/amauri.dm +++ b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/amauri.dm @@ -1,5 +1,5 @@ /obj/item/seeds/amauri - name = "pack of amauri seeds" + name = "amauri seed pack" desc = "These seeds grow into amauri plants. Grows bulbs full of potent toxins." icon = 'modular_skyrat/modules/xenoarch/icons/seeds.dmi' icon_state = "amauri" diff --git a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/gelthi.dm b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/gelthi.dm index 8fed3e82863..9cc68c28d80 100644 --- a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/gelthi.dm +++ b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/gelthi.dm @@ -1,5 +1,5 @@ /obj/item/seeds/gelthi - name = "pack of gelthi seeds" + name = "gelthi seed pack" desc = "These seeds grow into gelthi plants. Lauded by chefs for its unique ability to produce honey, and often hoarded for this very reason." icon = 'modular_skyrat/modules/xenoarch/icons/seeds.dmi' icon_state = "gelthi" diff --git a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/jurlmah.dm b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/jurlmah.dm index 5e9bcd3f68b..4d78b0b65c5 100644 --- a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/jurlmah.dm +++ b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/jurlmah.dm @@ -1,5 +1,5 @@ /obj/item/seeds/jurlmah - name = "pack of jurlmah seeds" + name = "jurlmah seed pack" desc = "These seeds grow into jurlmah plants. Often used as makeshift cryo-treatment in areas where a dedicated cryotube setup is impossible." icon = 'modular_skyrat/modules/xenoarch/icons/seeds.dmi' icon_state = "jurlmah" diff --git a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/nofruit.dm b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/nofruit.dm index c22b032d287..996a2ba1011 100644 --- a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/nofruit.dm +++ b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/nofruit.dm @@ -1,5 +1,5 @@ /obj/item/seeds/nofruit - name = "pack of nofruit seeds" + name = "nofruit seed pack" desc = "These seeds grow into nofruit plants. A strange plant often cultivated by silent performers." icon = 'modular_skyrat/modules/xenoarch/icons/seeds.dmi' icon_state = "nofruit" diff --git a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/shand.dm b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/shand.dm index faa59ef21c0..f3e4f9b04df 100644 --- a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/shand.dm +++ b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/shand.dm @@ -1,6 +1,6 @@ /obj/item/seeds/shand - name = "pack of shand seeds" - desc = "These seeds grow into shand plants. While not very useful on it's own, it is full of chemicals that no other plant can produce. A good candidate for crossbreeding." + name = "shand seed pack" + desc = "These seeds grow into shand plants. While not very useful on its own, it is full of chemicals that no other plant can produce. A good candidate for crossbreeding." icon = 'modular_skyrat/modules/xenoarch/icons/seeds.dmi' icon_state = "shand" species = "shand" diff --git a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/surik.dm b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/surik.dm index cb1717fd887..e5b86555fd3 100644 --- a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/surik.dm +++ b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/surik.dm @@ -1,5 +1,5 @@ /obj/item/seeds/surik - name = "pack of surik seeds" + name = "surik seed pack" desc = "These seeds grow into surik plants. Said to contain the very essence of Indecipheres." icon = 'modular_skyrat/modules/xenoarch/icons/seeds.dmi' icon_state = "surik" diff --git a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/telriis.dm b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/telriis.dm index a0b3d621dc6..e1d1101441f 100644 --- a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/telriis.dm +++ b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/telriis.dm @@ -1,5 +1,5 @@ /obj/item/seeds/telriis - name = "pack of telriis seeds" + name = "telriis seed pack" desc = "These seeds grow into telriis plants. A distant relative of milkweed, this grass can actually be juiced into milk." icon = 'modular_skyrat/modules/xenoarch/icons/seeds.dmi' icon_state = "telriis" diff --git a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/thaadra.dm b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/thaadra.dm index da3b11d8fd5..5bbb997f3f8 100644 --- a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/thaadra.dm +++ b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/thaadra.dm @@ -1,5 +1,5 @@ /obj/item/seeds/thaadra - name = "pack of thaadra seeds" + name = "thaadra seed pack" desc = "These seeds grow into thaadra plants. A strange flower full of unique medicines and silver." icon = 'modular_skyrat/modules/xenoarch/icons/seeds.dmi' icon_state = "thaadra" diff --git a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/vale.dm b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/vale.dm index aa0d333a7a6..2d10dcf6c74 100644 --- a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/vale.dm +++ b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/vale.dm @@ -1,5 +1,5 @@ /obj/item/seeds/vale - name = "pack of vale seeds" + name = "vale seed pack" desc = "These seeds grow into vale plants. Once sold as a luxury for their unique aesthetics, after the trees suddenly combusted they were taken off of the market." icon = 'modular_skyrat/modules/xenoarch/icons/seeds.dmi' icon_state = "vale" diff --git a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/vaporsac.dm b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/vaporsac.dm index cbc12ab3288..41a7138f612 100644 --- a/modular_skyrat/modules/xenoarch/code/modules/hydroponics/vaporsac.dm +++ b/modular_skyrat/modules/xenoarch/code/modules/hydroponics/vaporsac.dm @@ -1,5 +1,5 @@ /obj/item/seeds/vaporsac - name = "pack of vaporsac seeds" + name = "vaporsac seed pack" desc = "These seeds grow into vaporsac plants. Normally vaporsac plants spread by floating through the air and exploding, but this strand of vaporsac thankfully does not." icon = 'modular_skyrat/modules/xenoarch/icons/seeds.dmi' icon_state = "vaporsac"