summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
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)) {