From 070873db97000ab1fa0eb892c7c0bda6b8d0331b Mon Sep 17 00:00:00 2001 From: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Date: Wed, 3 Nov 2021 20:25:37 -0500 Subject: [PATCH] Dormant Ferocity name fix (#62539) --- code/modules/hydroponics/unique_plant_genes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/unique_plant_genes.dm b/code/modules/hydroponics/unique_plant_genes.dm index f90329f7fbe..02a3d49bb75 100644 --- a/code/modules/hydroponics/unique_plant_genes.dm +++ b/code/modules/hydroponics/unique_plant_genes.dm @@ -296,7 +296,7 @@ /// Traits for plants that can be activated to turn into a mob. /datum/plant_gene/trait/mob_transformation - name = "Dormat Ferocity" + name = "Dormant Ferocity" trait_ids = ATTACK_SELF_ID /// Whether mobs spawned by this trait are dangerous or not. var/dangerous = FALSE