mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
fps (#17676)
This commit is contained in:
@@ -157,7 +157,7 @@ var/list/gamemode_cache = list()
|
||||
var/protect_roles_from_antagonist = 0// If security and such can be traitor/cult/other
|
||||
var/allow_Metadata = 0 // Metadata is supported.
|
||||
var/popup_admin_pm = 0 //adminPMs to non-admins show in a pop-up 'reply' window when set to 1.
|
||||
var/Ticklag = 0.4
|
||||
var/Ticklag = 0.33
|
||||
var/antag_hud_allowed = 0 // Ghosts can turn on Antagovision to see a HUD of who is the bad guys this round.
|
||||
var/antag_hud_restricted = 0 // Ghosts that turn on Antagovision cannot rejoin the round.
|
||||
var/list/mode_names = list()
|
||||
|
||||
@@ -225,7 +225,7 @@ var/CURRENT_TICKLIMIT = TICK_LIMIT_RUNNING
|
||||
#endif
|
||||
|
||||
world.TgsInitializationComplete()
|
||||
world.tick_lag = config.Ticklag
|
||||
world.change_tick_lag(config.Ticklag)
|
||||
|
||||
var/initialized_tod = REALTIMEOFDAY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user