From f255ec033a1af7e3e6b54a1e3cbcfd46bb8517e0 Mon Sep 17 00:00:00 2001 From: dj-34 Date: Thu, 12 Sep 2024 03:07:38 +0500 Subject: [PATCH] Tweaks --- .../text_to_speech/code/base_seeds/mobs/other.dm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modular_ss220/text_to_speech/code/base_seeds/mobs/other.dm b/modular_ss220/text_to_speech/code/base_seeds/mobs/other.dm index 51c9ea2fca3a..017c2b5428a5 100644 --- a/modular_ss220/text_to_speech/code/base_seeds/mobs/other.dm +++ b/modular_ss220/text_to_speech/code/base_seeds/mobs/other.dm @@ -1,4 +1,4 @@ -// Uncategorized mobs +// MARK: Uncategorized /mob/living/silicon/ai/add_tts_component() AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/glados, TTS_TRAIT_ROBOTIZE) @@ -30,8 +30,7 @@ /mob/living/automatedannouncer/add_tts_component() AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/glados, TTS_TRAIT_ROBOTIZE) -// Friendly - +// MARK: Friendly /mob/living/simple_animal/frog/add_tts_component() AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/pantheon) @@ -95,8 +94,7 @@ /mob/living/simple_animal/turtle/add_tts_component() AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/ladyvashj) -// Hostile - +// MARK: Hostile /mob/living/simple_animal/hostile/poison_snake/add_tts_component() AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/ladyvashj)