mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Renamed "Pack of *** seeds" to "*** seed pack" (#85370)
## About The Pull Request <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. ## Why It's Good For The Game 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. ## Changelog 🆑 qol: Renamed seed packs to have the plant name at the beginning /🆑
This commit is contained in:
@@ -261,7 +261,7 @@
|
||||
graft_gene = /datum/plant_gene/trait/fire_resistance
|
||||
|
||||
/obj/item/seeds/lavaland/cactus
|
||||
name = "pack of fruiting cactus seeds"
|
||||
name = "fruiting cactus seed pack"
|
||||
desc = "These seeds grow into fruiting cacti."
|
||||
icon_state = "seed-cactus"
|
||||
species = "cactus"
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
///Star Cactus seeds, mutation of lavaland cactus.
|
||||
/obj/item/seeds/star_cactus
|
||||
name = "pack of star cacti seeds"
|
||||
name = "star cacti seed pack"
|
||||
desc = "These seeds grow into star cacti."
|
||||
icon_state = "seed-starcactus"
|
||||
species = "starcactus"
|
||||
@@ -303,7 +303,7 @@
|
||||
distill_reagent = /datum/reagent/consumable/ethanol/tequila
|
||||
|
||||
/obj/item/seeds/lavaland/polypore
|
||||
name = "pack of polypore mycelium"
|
||||
name = "polypore mycelium pack"
|
||||
desc = "This mycelium grows into bracket mushrooms, also known as polypores. Woody and firm, shaft miners often use them for makeshift crafts."
|
||||
icon_state = "mycelium-polypore"
|
||||
species = "polypore"
|
||||
@@ -314,7 +314,7 @@
|
||||
reagents_add = list(/datum/reagent/consumable/nutriment = 0.04, /datum/reagent/consumable/ethanol = 0.04, /datum/reagent/stabilizing_agent = 0.06, /datum/reagent/consumable/mintextract = 0.02)
|
||||
|
||||
/obj/item/seeds/lavaland/porcini
|
||||
name = "pack of porcini mycelium"
|
||||
name = "porcini mycelium pack"
|
||||
desc = "This mycelium grows into Boletus edulus, also known as porcini. Native to the late Earth, but discovered on Lavaland. Has culinary, medicinal and relaxant effects."
|
||||
icon_state = "mycelium-porcini"
|
||||
species = "porcini"
|
||||
@@ -325,7 +325,7 @@
|
||||
reagents_add = list(/datum/reagent/consumable/nutriment = 0.06, /datum/reagent/consumable/sugar = 0.06, /datum/reagent/consumable/vitfro = 0.04, /datum/reagent/drug/nicotine = 0.04)
|
||||
|
||||
/obj/item/seeds/lavaland/inocybe
|
||||
name = "pack of inocybe mycelium"
|
||||
name = "inocybe mycelium pack"
|
||||
desc = "This mycelium grows into an inocybe mushroom, a species of Lavaland origin with hallucinatory and toxic effects."
|
||||
icon_state = "mycelium-inocybe"
|
||||
species = "inocybe"
|
||||
@@ -336,7 +336,7 @@
|
||||
reagents_add = list(/datum/reagent/toxin/mindbreaker = 0.04, /datum/reagent/consumable/entpoly = 0.08, /datum/reagent/drug/mushroomhallucinogen = 0.04)
|
||||
|
||||
/obj/item/seeds/lavaland/ember
|
||||
name = "pack of embershroom mycelium"
|
||||
name = "embershroom mycelium pack"
|
||||
desc = "This mycelium grows into embershrooms, a species of bioluminescent mushrooms native to Lavaland."
|
||||
icon_state = "mycelium-ember"
|
||||
species = "ember"
|
||||
@@ -347,7 +347,7 @@
|
||||
reagents_add = list(/datum/reagent/consumable/tinlux = 0.04, /datum/reagent/consumable/nutriment/vitamin = 0.02, /datum/reagent/drug/space_drugs = 0.02)
|
||||
|
||||
/obj/item/seeds/lavaland/seraka
|
||||
name = "pack of seraka mycelium"
|
||||
name = "seraka mycelium pack"
|
||||
desc = "This mycelium grows into seraka mushrooms, a species of savoury mushrooms originally native to Tizira used in food and traditional medicine."
|
||||
icon_state = "mycelium-seraka"
|
||||
species = "seraka"
|
||||
@@ -358,7 +358,7 @@
|
||||
reagents_add = list(/datum/reagent/toxin/mushroom_powder = 0.1, /datum/reagent/medicine/coagulant/seraka_extract = 0.02)
|
||||
|
||||
/obj/item/seeds/lavaland/fireblossom
|
||||
name = "pack of fire blossom seeds"
|
||||
name = "fire blossom seed pack"
|
||||
desc = "These seeds grow into fire blossoms."
|
||||
plantname = "Fire Blossom"
|
||||
icon_state = "seed-fireblossom"
|
||||
|
||||
Reference in New Issue
Block a user