diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-01-28 12:30:12 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-01-28 12:30:12 +0100 |
commit | 85a1cba9ccdecf8da98b951fed73361a72b87324 (patch) | |
tree | 7b3cc1341157a8c0c9a00e902497576bd1423751 /rules.js | |
parent | 96d5f4b2813df15e466446db7d670ca22c1fef42 (diff) | |
download | table-battles-85a1cba9ccdecf8da98b951fed73361a72b87324.tar.gz |
Update attack numbers after taking wild die.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2986,6 +2986,8 @@ states.attack = { let w = side_get_wild_die_card(player_index()) if (w === from) { take_wild_die(w, game.selected) + update_attack1() + update_attack2() return } |