summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-01-24 17:42:24 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:39 +0100
commit37574c1a699907f36a7f241d3ca2db63d5c800ab (patch)
tree49684842727a78d247d7e86d4f577c40c69a4200
parentf0571073f874a5f7e10f4a7797f9d61c201802f4 (diff)
downloadnevsky-37574c1a699907f36a7f241d3ca2db63d5c800ab.tar.gz
Bridge is units TWICE round number.
-rw-r--r--rules.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index 458a07b..6374570 100644
--- a/rules.js
+++ b/rules.js
@@ -8167,8 +8167,8 @@ function goto_first_strike() {
game.battle.step = 0
if (game.battle.bridge) {
- game.battle.bridge.n1 = game.battle.round
- game.battle.bridge.n2 = game.battle.round
+ game.battle.bridge.n1 = game.battle.round * 2
+ game.battle.bridge.n2 = game.battle.round * 2
}
if (filled(RG1) || filled(RG2) || filled(RG3))