change the sunset from 16min to 15 min (to fix a math failure)
This commit is contained in:
parent
b1bd754d38
commit
63ce01c966
2
var.py
2
var.py
@ -7,7 +7,7 @@ MAX_PLAYERS = 30
|
||||
DRUNK_SHOTS_MULTIPLIER = 3
|
||||
NIGHT_TIME_LIMIT = 90
|
||||
DAY_TIME_LIMIT_WARN = 780
|
||||
DAY_TIME_LIMIT_CHANGE = 180 # After DAY_TIME_LIMIT_WARN has passed
|
||||
DAY_TIME_LIMIT_CHANGE = 120 # After DAY_TIME_LIMIT_WARN has passed
|
||||
START_WITH_DAY = False
|
||||
KILL_IDLE_TIME = 300
|
||||
WARN_IDLE_TIME = 180
|
||||
|
Loading…
x
Reference in New Issue
Block a user