diff --git a/src/app/game-model/gamesystems/ProductGamesystem.ts b/src/app/game-model/gamesystems/ProductGamesystem.ts index 6fd5e31..8d7d1a4 100644 --- a/src/app/game-model/gamesystems/ProductGamesystem.ts +++ b/src/app/game-model/gamesystems/ProductGamesystem.ts @@ -125,12 +125,14 @@ export class ProductGamesystem extends Gamesystem productInitial = productInitial && innerState.initial) + return binary_productState!; }