GUI, game: fixed that attacking creature draws a wrong colored arrow after blocked creature removed (must be gray, close #11894)

This commit is contained in:
Oleg Agafonov 2025-04-26 00:07:28 +04:00
parent aeded36c09
commit db9bdc05c2
3 changed files with 8 additions and 1 deletions

View file

@ -40,6 +40,7 @@ public class KetramoseTheNewDawnTest extends CardTestPlayerBase {
waitStackResolved(1, PhaseStep.PRECOMBAT_MAIN);
checkLife("exile single - after", 1, PhaseStep.PRECOMBAT_MAIN, playerA, 20 - 1);
// exile multiple
// must have two triggers: exile on cost and exile on resolve
// exile on cost
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{1}, Exile {this}");