[MIRROR] Changes station time to real time rate multiplier from 24 to 12 (#5667)

* Changes station time to real time rate multiplier from 24 to 12

* Update ticker.dm
This commit is contained in:
CitadelStationBot
2018-02-24 06:04:47 -06:00
committed by Poojawa
parent 4be00c9b9e
commit 952dfb4be3
+1 -2
View File
@@ -42,9 +42,8 @@ SUBSYSTEM_DEF(ticker)
var/timeLeft //pregame timer
var/start_at
var/gametime_offset = 432000 //Deciseconds to add to world.time for station time.
var/station_time_rate_multiplier = 24 //factor of station time progressal vs real time.
var/station_time_rate_multiplier = 12 //factor of station time progressal vs real time.
var/totalPlayers = 0 //used for pregame stats on statpanel
var/totalPlayersReady = 0 //used for pregame stats on statpanel