Silicon Accents (#9429)

Stationbounds now have accents, starting off with Text-to-Speech, and can choose to mimic any accent.
    The bots that robotics can produce now also have TTS accents.
    IPCs can choose to use the TTS accent if they wish.
This commit is contained in:
Geeves
2020-07-30 19:49:09 +02:00
committed by GitHub
parent 3e5d713373
commit 01d45ca2e1
18 changed files with 70 additions and 32 deletions
@@ -0,0 +1,4 @@
/datum/accent/silicon
name = ACCENT_SILICON
description = "A barebones text-to-speech accent. This is usually used to de-humanize or to cut speech synthesizer costs in silicon based machines."
tag_icon = "tts"
+3 -1
View File
@@ -88,4 +88,6 @@
#define ACCENT_SKRELL "Standard Nral'Malic"
#define ACCENT_DIONA "Diona"
#define ACCENT_DIONA "Diona"
#define ACCENT_SILICON "Text-to-Speech"