This commit is contained in:
Fluffy
2023-11-01 16:13:56 +00:00
committed by GitHub
parent 6d90195878
commit 7f735f7bd6
11 changed files with 103 additions and 26 deletions
+1 -1
View File
@@ -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()
+1 -1
View File
@@ -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