From 52f5ab0efc17082cf8066b5b513255c51e690645 Mon Sep 17 00:00:00 2001 From: AmityBlamity <142629851+AmityBlamity@users.noreply.github.com> Date: Tue, 3 Jun 2025 23:24:41 +0200 Subject: [PATCH] Standardized plant names (#29455) * :cl: AmityBlamity fix: Changed ambrosia_gaia to ambrosiagaia to standardize with other plant names /:cl: * Update code/modules/hydroponics/grown/ambrosia.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Signed-off-by: AmityBlamity <142629851+AmityBlamity@users.noreply.github.com> --------- Signed-off-by: AmityBlamity <142629851+AmityBlamity@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> --- code/modules/hydroponics/grown/ambrosia.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/grown/ambrosia.dm b/code/modules/hydroponics/grown/ambrosia.dm index 0f2e1e97f45..9c6af062c69 100644 --- a/code/modules/hydroponics/grown/ambrosia.dm +++ b/code/modules/hydroponics/grown/ambrosia.dm @@ -68,7 +68,7 @@ name = "pack of ambrosia gaia seeds" desc = "These seeds grow into ambrosia gaia, filled with infinite potential." icon_state = "seed-ambrosia_gaia" - species = "ambrosia_gaia" + species = "ambrosiagaia" plantname = "Ambrosia Gaia" product = /obj/item/food/grown/ambrosia/gaia mutatelist = list()