From 700b22988f1290770235f22478fee5ff3bcdb131 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Mon, 22 Feb 2021 23:18:16 +0000 Subject: [PATCH] Fixed a game breaking bug. Phew. Glad I caught that. --- code/modules/mob/living/simple_animal/friendly/fox.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/friendly/fox.dm b/code/modules/mob/living/simple_animal/friendly/fox.dm index 95b082b7..0728fdca 100644 --- a/code/modules/mob/living/simple_animal/friendly/fox.dm +++ b/code/modules/mob/living/simple_animal/friendly/fox.dm @@ -6,7 +6,7 @@ icon_state = "fox" icon_living = "fox" icon_dead = "fox_dead" - speak = list("Ack-Ack","Ack-Ack-Ack-Ackawoooo","Geckers","Awoo","Tchoff") + speak = list("Ack-Ack","Ack-Ack-Ack-Ackawoooo","Gekkers","Awoo","Tchoff") speak_emote = list("geckers", "barks") emote_hear = list("howls.","barks.") emote_see = list("shakes its head.", "shivers.")