Description
When a player plays an opponent's card (via Vermillion, for example) the "enters play ready" conditions are evaluated with the wrong player in the context.
Test Setup
- P1 attacks with vermillion
- Choose Opponent's deck
- Choose Yourself to play Rose Tico
Result: Rose enters play ready
Expectation: Rose does not enter play ready because P1 does not control any non-unique units
{
"phase": "action",
"player1": {
"spaceArena": ["vermillion#qiras-auction-house"]
},
"player2": {
"deck": ["rose-tico#now-its-worth-it"],
"groundArena": ["crafty-smuggler"]
}
}
Description
When a player plays an opponent's card (via Vermillion, for example) the "enters play ready" conditions are evaluated with the wrong player in the context.
Test Setup
Result: Rose enters play ready
Expectation: Rose does not enter play ready because P1 does not control any non-unique units
{ "phase": "action", "player1": { "spaceArena": ["vermillion#qiras-auction-house"] }, "player2": { "deck": ["rose-tico#now-its-worth-it"], "groundArena": ["crafty-smuggler"] } }