This commit is contained in:
2025-12-11 21:09:03 +01:00
parent 8b37814bd8
commit fa61ccc5a3
7 changed files with 894 additions and 1 deletions

View File

@@ -74,10 +74,12 @@ class WeatherSystem {
// Check for Season Change
this.checkSeasonChange();
// DEMO MODE: 3-day limit
// DEMO MODE: DISABLED - unlimited play
/*
if (this.dayCount > 3) {
this.triggerDemoEnd();
}
*/
}
// Update Phase