diff options
-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) { |