Skip to content

Commit

Permalink
Add TTS seeds for constructs
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Sep 10, 2024
1 parent e9bea96 commit 89c4237
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion modular_ss220/text_to_speech/code/base_seeds/mobs/other.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Uncategorized mobs
// Uncategorized mobs

/mob/living/silicon/ai/add_tts_component()
AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/glados, TTS_TRAIT_ROBOTIZE)
Expand Down Expand Up @@ -96,6 +96,7 @@
AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/ladyvashj)

// Hostile

/mob/living/simple_animal/hostile/poison_snake/add_tts_component()
AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/ladyvashj)

Expand All @@ -116,3 +117,9 @@

/mob/living/simple_animal/hostile/blackmesa/xen/add_tts_component()
AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/vort)

/mob/living/simple_animal/hostile/construct/add_tts_component()
AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/kelthuzad)

/mob/living/simple_animal/hostile/construct/armoured/add_tts_component()
AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/anubarak)

0 comments on commit 89c4237

Please sign in to comment.