updeit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user