summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/rules.ts b/rules.ts
index bb64184..380b476 100644
--- a/rules.ts
+++ b/rules.ts
@@ -1515,12 +1515,6 @@ function draw_glory_from_bag() {
game.glory.push(faction);
- game.glory_current_year = game.glory_current_year = [
- false,
- false,
- false,
- ];
-
game.glory_current_year[faction] = true;
array_remove(game.bag_of_glory, index);