diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/demon/demon_abilities_ch.dm b/code/modules/mob/living/simple_mob/subtypes/vore/demon/demon_abilities_ch.dm index d12837dd96..a5f4b507e5 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/demon/demon_abilities_ch.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/demon/demon_abilities_ch.dm @@ -93,7 +93,7 @@ to_chat(src,"Size spell set to [sizetopercent]%") //Telling the user the new amount /mob/living/simple_mob/vore/demon/verb/demon_bite() - set name = "Minbreaker Bite" + set name = "Mindbreaker Bite" set category = "Abilities" set desc = "Inject mindbreaker into your grabbed prey!" set popup_menu = FALSE // Stop licking by accident! //Yes this is from lick code, sue me.