From 9029bcc85ec1541a61c71b316bcdbfd2f4423675 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Thu, 20 Feb 2020 23:13:11 -0800 Subject: [PATCH] Merge pull request #6709 from TheFurryFeline/patch-6 [Bugfix?] Bat Attack Spelling Fixy --- .../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 5244fd9b987..73976366860 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