From d56cdd37e952a97dc27314f4a193bad3d91e8e42 Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Tue, 25 Mar 2025 17:30:06 +0100 Subject: remove glory_current_year lines from draw_glory_from_bag --- rules.ts | 6 ------ 1 file changed, 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); -- cgit v1.2.3