From 62952353a8259156b1a9484e405fb697f0bc1bf5 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 3 Jun 2024 22:16:24 +0200 Subject: remove Bayonets! after use --- rules.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rules.js b/rules.js index d37679c..6bddbe0 100644 --- a/rules.js +++ b/rules.js @@ -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) { -- cgit v1.2.3