fix ability text in test

This commit is contained in:
xenohedron 2023-10-13 01:13:13 -04:00
parent 2013895530
commit 297446f20e

View file

@ -117,7 +117,7 @@ public class BurrentonForgeTenderTest extends CardTestPlayerBase {
activateAbility(2, PhaseStep.END_COMBAT, playerA, "Sacrifice {this}: Prevent all damage a red source of your choice would deal this turn.");
playerA.addChoice("Mogg Fanatic");
activateAbility(2, PhaseStep.POSTCOMBAT_MAIN, playerB, "Sacrifice {this}: {this} deals 1 damage to ", "Soldier of the Pantheon");
activateAbility(2, PhaseStep.POSTCOMBAT_MAIN, playerB, "Sacrifice {this}: It deals 1 damage to ", "Soldier of the Pantheon");
setStopAt(2, PhaseStep.END_TURN);
execute();
@ -132,4 +132,4 @@ public class BurrentonForgeTenderTest extends CardTestPlayerBase {
}
}
}