From 6e83015145c67ef97e218e760231185008da8c13 Mon Sep 17 00:00:00 2001 From: dannno Date: Wed, 1 Apr 2015 21:49:14 -0400 Subject: [PATCH] fixes critical priority bug jesus christ think of all those g's. jesus fucking christ. what have we done --- code/modules/mob/living/simple_animal/hostile/carp.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/carp.dm b/code/modules/mob/living/simple_animal/hostile/carp.dm index 651ed536c0d..618df114515 100644 --- a/code/modules/mob/living/simple_animal/hostile/carp.dm +++ b/code/modules/mob/living/simple_animal/hostile/carp.dm @@ -35,7 +35,7 @@ /mob/living/simple_animal/hostile/carp/FindTarget() . = ..() if(.) - emote("me", 1, "nashes at [.]!") + emote("me", 1, "gnashes at [.]!") /mob/living/simple_animal/hostile/carp/AttackingTarget() ..()