mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Added better failure point for controlled_sad
This commit is contained in:
parent
3350c40562
commit
e0df8f5729
1 changed files with 4 additions and 0 deletions
|
|
@ -96,6 +96,10 @@ public class HinataDawnCrownedTest extends CardTestCommander4Players {
|
||||||
// Enough mana to cast Volcanic Offering only if opponent chooses poorly.
|
// Enough mana to cast Volcanic Offering only if opponent chooses poorly.
|
||||||
addCard(Zone.BATTLEFIELD, playerA, "Mountain", 5 - 3);
|
addCard(Zone.BATTLEFIELD, playerA, "Mountain", 5 - 3);
|
||||||
|
|
||||||
|
// Make sure the game thinks we should be allowed to cast Volcanic Offering
|
||||||
|
checkPlayableAbility("canCast", 1, PhaseStep.PRECOMBAT_MAIN, playerA, "Cast " + volcanic_offering, true);
|
||||||
|
|
||||||
|
// But when actually casting and poor targets are chosen we don't have enough mana
|
||||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, volcanic_offering, true);
|
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, volcanic_offering, true);
|
||||||
addTarget(playerA, nonbasic_land[0]);
|
addTarget(playerA, nonbasic_land[0]);
|
||||||
addTarget(playerA, playerB);
|
addTarget(playerA, playerB);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue