diff options
-rw-r--r-- | rules.js | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1998,7 +1998,6 @@ function start_action_phase() { } function end_season() { - if (game.british.hand.length > 0) game.british.held = 1; else @@ -2043,12 +2042,6 @@ function end_action_phase() { clear_undo(); game.count = 0; - // TODO: should not be needed! (but we may have forgotten some place where it should happen) - for (let p = first_friendly_leader; p <= last_friendly_leader; ++p) { - if (count_pieces_in_force(p) > 1) - console.log("FORGOT TO UNSTACK", piece_name(p)); - } - if (!enemy_player.passed && enemy_player.hand.length > 0) { console.log("END ACTION PHASE - NEXT PLAYER"); set_active_enemy(); |