✅ Furfur lie payoff does not fire for own phase end
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_complex.py::TestFurfurLiePayoff::test_furfur_lie_payoff_does_not_fire_for_own_phase_end |
P1 owns Furfur. P1's own main phase ends — no payoff
Preconditions
-
P1 owns Furfur (#120) in lane 0.
-
P1 owns Question (#120_3) with Lie status.
Action
- Fire MAIN_PHASE_END with side=P1 (Furfur's OWN phase ending).
Expected Postconditions
- Furfur has NO furfur_lie_actions status.
Assertions
assert len(lie_action_effects) == 0