change the sunset from 16min to 15 min (to fix a math failure)

This commit is contained in:
Jimmy Cao 2011-08-04 20:49:57 -05:00
parent b1bd754d38
commit 63ce01c966

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 = 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