From 22ff5dc36290aab649cd45b6d712f2341cc94ae8 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Mon, 19 Jan 2015 11:02:46 -0800 Subject: [PATCH] changes the font type and adds pAI support --- code/modules/mob/living/silicon/pai/say.dm | 6 +++--- interface/stylesheet.dm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/silicon/pai/say.dm b/code/modules/mob/living/silicon/pai/say.dm index 4b1cd2c1626..a235c2480a3 100644 --- a/code/modules/mob/living/silicon/pai/say.dm +++ b/code/modules/mob/living/silicon/pai/say.dm @@ -2,11 +2,11 @@ var/ending = copytext(text, length(text)) if (ending == "?") - return "[src.speakQuery], \"[text]\""; + return "[src.speakQuery], \"[text]\""; else if (ending == "!") - return "[src.speakExclamation], \"[text]\""; + return "[src.speakExclamation], \"[text]\""; - return "[src.speakStatement], \"[text]\""; + return "[src.speakStatement], \"[text]\""; /mob/living/silicon/pai/say(var/msg) if(silence_time) diff --git a/interface/stylesheet.dm b/interface/stylesheet.dm index 227bedba501..e1d91f0d173 100644 --- a/interface/stylesheet.dm +++ b/interface/stylesheet.dm @@ -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;}