Skip to main content

✅ Choose main phase order faster goes first

CategoryAbility
StatusPassing
Testtests/test_turn_sequence.py::test_choose_main_phase_order_faster_goes_first

Faster side (P2) chooses itself to go first. Main phase order: P2 then P1.

Preconditions

  • CONTRACT phase resolved

  • P2 is faster (gets to choose order)

Action

  • P2 chooses itself to go first in the main phase

Expected Postconditions

  • Main phase order: P2 goes first, then P1

  • Faster player can choose to go first (not forced to give priority away)

  • Order set correctly