mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
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:
@@ -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"
|
||||
@@ -88,4 +88,6 @@
|
||||
|
||||
#define ACCENT_SKRELL "Standard Nral'Malic"
|
||||
|
||||
#define ACCENT_DIONA "Diona"
|
||||
#define ACCENT_DIONA "Diona"
|
||||
|
||||
#define ACCENT_SILICON "Text-to-Speech"
|
||||
Reference in New Issue
Block a user