Add rain and snow minutes to the morning commute.

Day plans take a precomputed extra; Ai does not know precipitation.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-20 09:40:24 +03:00
co-authored by Cursor
parent fbac890be2
commit ce71a91a67
11 changed files with 189 additions and 16 deletions
+2 -1
View File
@@ -217,7 +217,8 @@ internal static class PresenceSystem
school.Timetable,
school.Clock.Time,
school.SchoolWeekDays,
school.PeopleSeed);
school.PeopleSeed,
school.Weather.ExtraCommuteMinutes(school.Catalog!.BehaviorRules));
}
school.DecisionQueue.Clear();