diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 9218ceb..95cb454 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -162,7 +162,7 @@ export class AppComponent implements OnInit{ weather_season.addChildGamesystem(weather); weather_season.addChildGamesystem(season); - weather_season.createState(ProductState.computeProductStateLabel([springState!, sunnyState!]), "", [springState!, sunnyState!]); + weather_season.createState([springState!, sunnyState!]); this.gameModel.addGamesystem(weather_season); }