summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js7
1 files changed, 7 insertions, 0 deletions
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) {