From 40d4e79e7c902e0deb3c2c0370cc0954e50b558b Mon Sep 17 00:00:00 2001 From: Seigaseiga Date: Fri, 14 Jul 2017 05:19:41 +0100 Subject: [PATCH] Fixes the tense of some mob attack text. --- code/modules/mob/living/simple_animal/animals/snake_vr.dm | 2 +- code/modules/mob/living/simple_animal/vore/deathclaw.dm | 2 +- code/modules/mob/living/simple_animal/vore/otie.dm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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