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)
+1 -1
View File
@@ -71,7 +71,7 @@ h1.alert, h2.alert {color: #000000;}
.papyrus {font-family: "Papyrus", cursive, sans-serif;}
.vineta {font-family: "Vineta BT", cursive, sans-serif;}
.jokerman {font-family: "Jokerman", cursive, sans-serif;}
.robot {font-family: "AR DESTINE", cursive, sans-serif;}
.robot {font-family: "OCR A Extended", cursive, sans-serif;}
BIG IMG.icon {width: 32px; height: 32px;}