✅ Andras marker passive registered
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_passive.py::test_andras_marker_passive_registered |
Andras's idx=0 passive is registered (no-op marker slot claim).
Preconditions
- Andras passive idx=0 registered
Action
- Query get_passive_modifiers(state, andras, "pwr")
result = get_passive_modifiers(state, andras_on_field, "pwr")
Expected Postconditions
- Returns 0 (no-op marker, no stat modification)
Assertions
assert result == 0, f"Expected Andras no-op passive to return 0 PWR, got {result}"
assert "093" in PASSIVE_MODIFIERS, "Andras passive idx=0 should be registered"