Skip to content

Commit

Permalink
Remove TTS from Air Alarms (#377)
Browse files Browse the repository at this point in the history
## About The Pull Request
Closes #366
Тревога! Низкое давление и температура.
  • Loading branch information
dj-34 authored Jul 14, 2024
1 parent 5d5d04a commit d9b5c6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modular_bandastation/tts/code/base_seeds/objs/objs.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/obj/machinery/add_tts_component()
AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/glados)

/obj/machinery/airalarm/add_tts_component()
return

/obj/machinery/computer/add_tts_component()
return

Expand Down

0 comments on commit d9b5c6a

Please sign in to comment.