✅ Crystal infection applies status
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_complex.py::TestVineCrystalInfection::test_crystal_infection_applies_status |
PRECONDITIONS:
Action
- Vine activates Crystal Infection targeting enemy
Expected Postconditions
-
Enemy is fatally wounded
-
Enemy has cp_ignore status applied
Assertions
assert enemy_after.fatally_wounded, "Crystal Infection should fatally wound target"
assert len(cp_ignore) >= 1, "Crystal Infection should apply cp_ignore status"