Skip to main content

✅ Capricorn no action to replay

CategoryAbility
StatusPassing
Testtests/test_abilities_complex.py::TestCapricornCollectiveUnconscious::test_capricorn_no_action_to_replay

Capricorn uses Collective Unconscious but no action has been

Preconditions

  • P1 Main Phase, P1 has 6 AP

  • Lane 0: P1's Capricorn (#077) — READIED

  • No actions resolved this phase (last_resolved_action is None)

Action

  • P1 activates Capricorn's Collective Unconscious (0 AP, ready)

Expected Postconditions

  • No action replayed (no-op for the replay part)

  • Capricorn still has collective_unconscious_used status

  • P1 AP: 6 (only 0 AP spent)

Assertions

assert state.players[Side.PLAYER_1].ap == 6
assert cu_status == 1, "Collective Unconscious should still be marked as used"