From 78c992564e78f171202e760e6963180c30890bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B6ckelmann?= Date: Fri, 16 Feb 2024 12:34:40 +0100 Subject: [PATCH] Compute ProductInitialState Value by Innerstate Initial Status --- src/app/game-model/gamesystems/ProductGamesystem.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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!; }