mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
amend TODO comment, end of it was not saved
This commit is contained in:
parent
8b302b7f10
commit
62cc49ffa3
1 changed files with 2 additions and 1 deletions
|
|
@ -78,7 +78,8 @@ public class HELIOSOneTest extends CardTestPlayerBase {
|
|||
addCard(Zone.BATTLEFIELD, playerA, "Plains", 4);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Elite Vanguard");
|
||||
|
||||
// TODO: investigate why the checkPlayableAbility doesn't go
|
||||
// TODO: checkPlayableAbility doesn't simulate all possible for X, so the targetAdjuster is never involved
|
||||
// to identify if the ability can actually be activated.
|
||||
checkPlayableAbility("can't activate due to lack of energy", 1, PhaseStep.PRECOMBAT_MAIN, playerA, "{3}", true); // should be false.
|
||||
activateManaAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{T}: Add {W}");
|
||||
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{1}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue