mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
Fixed FlashbackTest and made modifications to CascadeAbility allowing it to pass its test suite.
This commit is contained in:
parent
e18695489f
commit
1e82f0750a
2 changed files with 17 additions and 17 deletions
|
|
@ -108,12 +108,12 @@ public class FlashbackTest extends CardTestPlayerBase {
|
|||
* Test Granting Flashback to spells with X in mana cost, where X has no
|
||||
* influence on targeting requirements
|
||||
*
|
||||
* Specific instance: Snapcaser Mage granting Flashback to Blaze
|
||||
* Specific instance: Snapcaster Mage granting Flashback to Blaze
|
||||
*/
|
||||
@Test
|
||||
public void testSnapcasterMageWithBlaze() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Island", 5);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Mountain", 1);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Mountain", 3); // you still need extra red mana in case the Snapcaster Mage is paid for via UR, X=1 using R, etc
|
||||
|
||||
addCard(Zone.HAND, playerA, "Snapcaster Mage", 1);
|
||||
addCard(Zone.GRAVEYARD, playerA, "Blaze", 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue