A change the the config - correctly make 15 min the daytime limit

This commit is contained in:
Jimmy Cao 2011-08-04 00:40:38 -05:00
parent 336efe237b
commit 4288b53791

2
var.py
View File

@ -7,7 +7,7 @@ MAX_PLAYERS = 30
DRUNK_SHOTS_MULTIPLIER = 3
NIGHT_TIME_LIMIT = 90
DAY_TIME_LIMIT_WARN = 780
DAY_TIME_LIMIT_CHANGE = 900
DAY_TIME_LIMIT_CHANGE = 180 # After DAY_TIME_LIMIT_WARN has passed
START_WITH_DAY = False
KILL_IDLE_TIME = 300
WARN_IDLE_TIME = 180