From c6cf921e7a5c728180d19b0fc213ad7a1df9f492 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Sun, 14 Aug 2022 23:29:40 -0700 Subject: [PATCH] Makes station trait on round start work --- code/controllers/subsystem/ticker.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index d755003f3b..c75febedef 100755 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -296,6 +296,8 @@ SUBSYSTEM_DEF(ticker) cb.InvokeAsync() LAZYCLEARLIST(round_start_events) + SEND_SIGNAL(src, COMSIG_TICKER_ROUND_STARTING) + log_world("Game start took [(world.timeofday - init_start)/10]s") round_start_time = world.time SSdbcore.SetRoundStart()