From 8ae1ddc17017ee162bbc0afe503fb0d3996797b4 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 1 Aug 2021 12:40:15 +0200 Subject: [PATCH] [MIRROR] Revert "makes the tram more powerful than you can ever imagine" (#7263) * Revert "makes the tram more powerful than you can ever imagine (#60381)" (#60537) This reverts commit 55d876d1beedefb0a033e80870f90a1b05571a55. * Revert "makes the tram more powerful than you can ever imagine" Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com> --- code/controllers/subsystem/processing/tramprocess.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/controllers/subsystem/processing/tramprocess.dm b/code/controllers/subsystem/processing/tramprocess.dm index 6e1b98ead39..f72ba30ddee 100644 --- a/code/controllers/subsystem/processing/tramprocess.dm +++ b/code/controllers/subsystem/processing/tramprocess.dm @@ -1,6 +1,5 @@ PROCESSING_SUBSYSTEM_DEF(tramprocess) name = "Tram Process" wait = 1 - flags = SS_TICKER - // only used on maps with trams, so only enabled by such. + /// only used on maps with trams, so only enabled by such. can_fire = FALSE