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