diff options
author | Frans Bongers <fransbongers@macbookpro.home> | 2025-03-25 17:30:06 +0100 |
---|---|---|
committer | Frans Bongers <fransbongers@macbookpro.home> | 2025-03-25 17:30:06 +0100 |
commit | d56cdd37e952a97dc27314f4a193bad3d91e8e42 (patch) | |
tree | bcfb93578859874a049ea2acb0f7b1db2381c346 | |
parent | 5aef76ee121090ead684540b9889fd8e10852c82 (diff) | |
download | land-and-freedom-master.tar.gz |
-rw-r--r-- | rules.ts | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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); |