Skip to main content

✅ Gremory swap positions enemy demons same owner works

CategoryInteraction
StatusPassing
Testtests/test_abilities_actions.py::test_gremory_swap_positions_enemy_demons_same_owner_works

Gremory swaps two ENEMY demons' positions. The card says any two demons with same owner.

Preconditions

  • P1 Main Phase, P1 has 3 AP

  • Lane 0: P1's Gremory (#027) — READIED

  • Lane 0: P2's Enemy A (Sabnock #003)

  • Lane 2: P2's Enemy B (Morax #006)

Action

  • Gremory uses Swap Positions targeting two P2 demons

  • Both controlled by P2 — valid (same owner)

Expected Postconditions

  • Enemy A: now in lane 2

  • Enemy B: now in lane 0

  • Swap works because both targets share the same controller (P2)