From 9641dc8c910e80db9877c82ab0ee1f24603f7acd Mon Sep 17 00:00:00 2001 From: "kortgstation@gmail.com" Date: Fri, 17 Feb 2012 18:18:53 +0000 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! git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3139 316c924e-a436-60f5-8080-3fe189b3f50e --- 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 1091147e812..590c2ee9225 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