diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-17 13:31:09 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-01-08 16:36:48 +0100 |
commit | 9751557b2aabdb3f6550c6f39dee466c834964a1 (patch) | |
tree | 46164e631e4472de85e9e9b13f449485abe41d0f /rules.js | |
parent | da8e47dee845d1c513fec3f21a0015c48ea1632e (diff) | |
download | table-battles-9751557b2aabdb3f6550c6f39dee466c834964a1.tar.gz |
x
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2550,7 +2550,7 @@ states.bombard = { view.actions.bombard = 1 }, bombard() { - log("Bombard\nC" + c) + log("Bombard\nC" + game.selected) let opp = 1 - player_index() game.morale[opp] -- |