diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-06-03 22:16:24 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-06-03 22:16:24 +0200 |
commit | 62952353a8259156b1a9484e405fb697f0bc1bf5 (patch) | |
tree | abb5e88beb4355f373ad7d50f9acbbfd50f9d357 | |
parent | 1a2c5e7d3e94d1aa3882935980a9d24d094473b0 (diff) | |
download | table-battles-62952353a8259156b1a9484e405fb697f0bc1bf5.tar.gz |
remove Bayonets! after use
-rw-r--r-- | rules.js | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3090,6 +3090,13 @@ function resume_attack() { remove_sticks(game.target2, game.hits2) } + if (game.scenario === S39_MARSAGLIA) { + // remove after using + if (game.target2 === S39_BAYONETS) { + remove_card(S39_BAYONETS) + } + } + if (game.scenario === S44_HOHENFRIEDBERG) { // remove after first attack if (game.selected === S44_BAYREUTH_DRAGOONS) { |