Merge pull request #4988 from Miauw62/420

Fixes a bunch of saycode things.
This commit is contained in:
Remie Richards
2014-09-30 10:23:23 +01:00
6 changed files with 32 additions and 52 deletions
@@ -1,6 +1,3 @@
/mob/living/carbon/human/say(var/message)
..(message)
/mob/living/carbon/human/say_quote(text)
if(!text)
return "says, \"...\""; //not the best solution, but it will stop a large number of runtimes. The cause is somewhere in the Tcomms code