Dormant Ferocity name fix (#62539)

This commit is contained in:
MrMelbert
2021-11-03 21:25:37 -04:00
committed by GitHub
parent 801620606c
commit 070873db97
@@ -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