Skip to content

Commit

Permalink
fix: TTS now don't disabled when pause (#138)
Browse files Browse the repository at this point in the history
## About The Pull Request

Don't stop TTS subsystem forever when paused

## Why It's Good For The Game

TTS works as intended

## Changelog

:cl:
fix: исправлены отваливания ТТСа в некоторых случаях
/:cl:
  • Loading branch information
Gaxeer authored Apr 19, 2024
1 parent a1859ba commit 9b9ce04
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modular_bandastation/tts/code/tts_subsystem.dm
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ SUBSYSTEM_DEF(tts220)

return SS_INIT_SUCCESS

/datum/controller/subsystem/tts220/pause()
. = ..()
is_enabled = FALSE

/datum/controller/subsystem/tts220/fire()
if(last_network_fire + 1 SECONDS <= world.time)
fire_networking()
Expand Down

0 comments on commit 9b9ce04

Please sign in to comment.