mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
Fix missing ProcessAction between the last mana being paid and the spell being cast. (#13396)
This is necessary so that, among other things, the Rain of Riches watcher can see that the last mana of a spell was a Treasure before the spell is cast - at which point it needs to already have Cascade.
This commit is contained in:
parent
ba397f3278
commit
a9bffe4d25
2 changed files with 1 additions and 3 deletions
|
|
@ -2,7 +2,6 @@ package org.mage.test.cards.single.ncc;
|
|||
|
||||
import mage.constants.PhaseStep;
|
||||
import mage.constants.Zone;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.mage.test.serverside.base.CardTestPlayerBase;
|
||||
|
||||
|
|
@ -63,7 +62,6 @@ public class RainOfRichesTest extends CardTestPlayerBase {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore("Does not work until actions are processed between the last mana being paid and the spell being cast.")
|
||||
public void test_Cast_Two_Using_Treasures() {
|
||||
setStrictChooseMode(true);
|
||||
skipInitShuffling();
|
||||
|
|
@ -91,7 +89,6 @@ public class RainOfRichesTest extends CardTestPlayerBase {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore("Does not work until actions are processed between the last mana being paid and the spell being cast.")
|
||||
public void test_Cast_SomethingElse_Then_Cast_Using_Treasure() {
|
||||
setStrictChooseMode(true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue