mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
changes the font type and adds pAI support
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user