From 234f8a47876830cd2fe5de20cd2431ce2edda62b Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Mon, 23 Apr 2012 21:41:34 +0100 Subject: [PATCH] Fixes a runtime caused by crabs having no speak_emote (their speak emote is now "clicks"). I actually fixed a bug I didn't cause for once! --- code/modules/mob/simple_animal/crab.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/simple_animal/crab.dm b/code/modules/mob/simple_animal/crab.dm index 88ad55f0ac3..d5f6380bdac 100644 --- a/code/modules/mob/simple_animal/crab.dm +++ b/code/modules/mob/simple_animal/crab.dm @@ -6,6 +6,7 @@ icon_state = "crab" icon_living = "crab" icon_dead = "crab_dead" + speak_emote = list("clicks") emote_hear = list("clicks") emote_see = list("clacks") speak_chance = 1