mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +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)
|
||||
|
||||
Reference in New Issue
Block a user