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

View File

@@ -1,5 +1,6 @@
/mob/living/bot
name = "Bot"
accent = ACCENT_SILICON
health = 20
maxHealth = 20
icon = 'icons/obj/aibots.dmi'
@@ -28,6 +29,8 @@
/mob/living/bot/Initialize()
. = ..()
update_icon()
add_language(LANGUAGE_TCB)
set_default_language(LANGUAGE_TCB)
botcard = new /obj/item/card/id(src)
botcard.access = botcard_access.Copy()