From 69e9f5df3d623cbbb3a4d527bd2b8b6169ddcc1e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 23 Aug 2024 23:35:22 +0200 Subject: fix replacement draw for attacker as well... --- rules.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 9e01049..b7a39b7 100644 --- a/rules.js +++ b/rules.js @@ -2649,10 +2649,8 @@ states.play_attacker_battle_card = { log(`${game.active} discarded C${c} for +1 DRM.`) discard_card(c) if (game.active === P_BRITAIN) { - game.b_draw += 1 game.combat.b_bonus += 1 } else { - game.a_draw += 1 game.combat.a_bonus += 1 } game.state = "play_attacker_battle_card_confirm" -- cgit v1.2.3