✅ X zero is noop
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_complex.py::TestEnmerkarKingsStrength::test_x_zero_is_noop |
PRECONDITIONS:
Action
- A King's Strength with X=0
Expected Postconditions
- State unchanged (X <= 0 -> noop)
Assertions
assert result is state, "X=0 should return unchanged state"