mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 05:51:56 +00: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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user