diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -776,10 +776,10 @@ function max_plan_length() { switch (current_season()) { case SUMMER: return 7 + case SPRING: + return 6 case WINTER: return 4 - case SPRING: - return 5 } } |