Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Sep 11, 2024
1 parent 89c4237 commit f255ec0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions 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
// MARK: Uncategorized

/mob/living/silicon/ai/add_tts_component()
AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/glados, TTS_TRAIT_ROBOTIZE)
Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit f255ec0

Please sign in to comment.