summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.ts b/rules.ts
index 2727d4b..fa87589 100644
--- a/rules.ts
+++ b/rules.ts
@@ -555,6 +555,7 @@ function game_view(state: Game, current: Player | 'Observer') {
if (game.state === 'game_over') {
view.prompt = game.victory;
+ view.bag_of_glory = game.bag_of_glory;
} else if (
current !== game.active &&
!game.active.includes(current as Player)