summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Bongers <fransbongers@macbookpro.home>2025-03-25 17:30:06 +0100
committerFrans Bongers <fransbongers@macbookpro.home>2025-03-25 17:30:06 +0100
commitd56cdd37e952a97dc27314f4a193bad3d91e8e42 (patch)
treebcfb93578859874a049ea2acb0f7b1db2381c346
parent5aef76ee121090ead684540b9889fd8e10852c82 (diff)
downloadland-and-freedom-master.tar.gz
remove glory_current_year lines from draw_glory_from_bagHEADmaster
-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);