diff --git a/code/modules/mob/living/simple_animal/friendly/butterfly.dm b/code/modules/mob/living/simple_animal/friendly/butterfly.dm index d55f2897f3b..88c8980a75e 100644 --- a/code/modules/mob/living/simple_animal/friendly/butterfly.dm +++ b/code/modules/mob/living/simple_animal/friendly/butterfly.dm @@ -8,7 +8,7 @@ emote_see = list("flutters") response_help = "shoos" response_disarm = "brushes aside" - response_harm = "aquashes" + response_harm = "squashes" speak_chance = 0 maxHealth = 2 health = 2 @@ -20,4 +20,4 @@ /mob/living/simple_animal/butterfly/New() ..() - color = rgb(rand(0, 255), rand(0, 255), rand(0, 255)) \ No newline at end of file + color = rgb(rand(0, 255), rand(0, 255), rand(0, 255))