Makes station trait on round start work

This commit is contained in:
Putnam3145
2022-08-14 23:29:40 -07:00
parent 036d85ec2b
commit c6cf921e7a
+2
View File
@@ -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()