From 703ba4c13e1b1aea41006d65e83afd1bc63bd291 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Wed, 19 Feb 2020 11:57:45 -0500 Subject: [PATCH] Spelling Fixy Changelog Notes: - Fixes spelling for attacktext. "Has bites" to "Has bitten" --- .../mob/living/simple_mob/subtypes/animal/space/bats.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/space/bats.dm b/code/modules/mob/living/simple_mob/subtypes/animal/space/bats.dm index 5244fd9b98..7397636686 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/space/bats.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/space/bats.dm @@ -13,7 +13,7 @@ maxHealth = 20 health = 20 - attacktext = list("bites") + attacktext = list("bitten") attack_sound = 'sound/weapons/bite.ogg' response_help = "pets the" @@ -49,4 +49,4 @@ supernatural = TRUE /mob/living/simple_mob/animal/space/bats/cult/cultify() - return \ No newline at end of file + return