diff options
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] -- |