From fd7ddfa11aaaeec1fc85028f6a9f599d6377674d Mon Sep 17 00:00:00 2001 From: Cael_Aislinn Date: Sat, 4 Aug 2012 00:28:48 +1000 Subject: [PATCH] removed all kobold speak messages Signed-off-by: Cael_Aislinn --- code/modules/mob/simple_animal/kobold.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/simple_animal/kobold.dm b/code/modules/mob/simple_animal/kobold.dm index a98241539fe..91a12fa23c5 100644 --- a/code/modules/mob/simple_animal/kobold.dm +++ b/code/modules/mob/simple_animal/kobold.dm @@ -6,7 +6,7 @@ icon_state = "kobold_idle" icon_living = "kobold_idle" icon_dead = "kobold_dead" - speak = list("You no take candle!","Ooh, pretty shiny.","Me take?","Where gold here...","Me likey.") + //speak = list("You no take candle!","Ooh, pretty shiny.","Me take?","Where gold here...","Me likey.") speak_emote = list("mutters","hisses","grumbles") emote_hear = list("mutters under it's breath.","grumbles.", "yips!") emote_see = list("looks around suspiciously.", "scratches it's arm.","putters around a bit.")