✅ Pisces abiogenesis also benefits opponent
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_actions.py::test_pisces_abiogenesis_also_benefits_opponent |
Abiogenesis benefits both players equally.
Preconditions
-
P1 AP=0, P2 AP=0
-
Lane 0: P1's Pisces (#037) — READIED
Action
- Execute Abiogenesis
result = execute_ability(state, pisces_on_field, ability_idx=0, targets=None)
Expected Postconditions
-
Both P1 and P2 gain 2 AP
-
P1 AP=2, P2 AP=2
Assertions
assert result.players[Side.PLAYER_1].ap == 2
assert result.players[Side.PLAYER_2].ap == 2