From 183a2ef3fd07590f2e11c50866b6edc518cd72a1 Mon Sep 17 00:00:00 2001 From: Jack Edge Date: Tue, 10 May 2016 17:55:32 +0100 Subject: [PATCH] Removes debug statements --- code/modules/chatter/chatter.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/chatter/chatter.dm b/code/modules/chatter/chatter.dm index 95227d56e38..0604e818f3d 100644 --- a/code/modules/chatter/chatter.dm +++ b/code/modules/chatter/chatter.dm @@ -1,5 +1,4 @@ /proc/chatter(message, phomeme, atom/A) - world << "chatter: [message],[phomeme],[A]" // We want to transform any message into a list of numbers // and punctuation marks // For example: @@ -38,7 +37,6 @@ /proc/chatter_speak_word(loc, phomeme, length) var/path = "sound/chatter/[phomeme]_[length].ogg" - world << "speak_word: [path]" playsound(loc, path, vol = 40, vary = 0, extrarange = 3, falloff = 1, surround = 1)