diff --git a/code/modules/mob/living/simple_animal/animals/snake_vr.dm b/code/modules/mob/living/simple_animal/animals/snake_vr.dm index 6f31d23c04..74ebbf28e7 100644 --- a/code/modules/mob/living/simple_animal/animals/snake_vr.dm +++ b/code/modules/mob/living/simple_animal/animals/snake_vr.dm @@ -17,7 +17,7 @@ melee_damage_lower = 3 melee_damage_upper = 5 - attacktext = "bites" + attacktext = "bitten" speak_chance = 1 speak_emote = list("hisses") diff --git a/code/modules/mob/living/simple_animal/vore/deathclaw.dm b/code/modules/mob/living/simple_animal/vore/deathclaw.dm index 93b0098f03..d43aaa08df 100644 --- a/code/modules/mob/living/simple_animal/vore/deathclaw.dm +++ b/code/modules/mob/living/simple_animal/vore/deathclaw.dm @@ -6,7 +6,7 @@ icon_living = "deathclaw" icon_state = "deathclaw" - attacktext = "mauls" + attacktext = "mauled" faction = "deathclaw" diff --git a/code/modules/mob/living/simple_animal/vore/otie.dm b/code/modules/mob/living/simple_animal/vore/otie.dm index 1f6d4fd919..bdf43fb363 100644 --- a/code/modules/mob/living/simple_animal/vore/otie.dm +++ b/code/modules/mob/living/simple_animal/vore/otie.dm @@ -33,7 +33,7 @@ response_help = "pets the" response_disarm = "bops the" response_harm = "hits the" - attacktext = "mauls" + attacktext = "mauled" friendly = list("nuzzles", "slobberlicks", "noses softly at", "noseboops", "headbumps against", "leans on", "nibbles affectionately on") meat_amount = 6 old_x = -16