changes the font type and adds pAI support

This commit is contained in:
Iamgoofball
2015-01-19 11:02:46 -08:00
parent 05c4bd042f
commit 22ff5dc362
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2,11 +2,11 @@
var/ending = copytext(text, length(text))
if (ending == "?")
return "[src.speakQuery], \"[text]\"";
return "[src.speakQuery], \"<span class = 'robot'>[text]</span>\"";
else if (ending == "!")
return "[src.speakExclamation], \"[text]\"";
return "[src.speakExclamation], \"<span class = 'robot'>[text]</span>\"";
return "[src.speakStatement], \"[text]\"";
return "[src.speakStatement], \"<span class = 'robot'>[text]</span>\"";
/mob/living/silicon/pai/say(var/msg)
if(silence_time)