From 069c76f6293f747ff50abb7818acdff95e8bfb61 Mon Sep 17 00:00:00 2001 From: Watermelon914 <37270891+Watermelon914@users.noreply.github.com> Date: Fri, 30 Jul 2021 20:17:34 +0100 Subject: [PATCH] Revert "makes the tram more powerful than you can ever imagine (#60381)" (#60537) This reverts commit 55d876d1beedefb0a033e80870f90a1b05571a55. --- 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