From aa469c2d953315a28b70f3662a5f951c3ae44061 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 4 Apr 2025 20:18:48 +0200 Subject: Show bag of glory at game end. --- rules.js | 1 + 1 file changed, 1 insertion(+) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 046a003..1ae8f66 100644 --- a/rules.js +++ b/rules.js @@ -365,6 +365,7 @@ function game_view(state, current) { view.bag_of_glory = game.bag_of_glory; 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)) { -- cgit v1.2.3