mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
* Fixed a problem with the check what spells are castable for a player.
This commit is contained in:
parent
f56e9b1de1
commit
e4dcb35afa
3 changed files with 13 additions and 7 deletions
|
|
@ -73,8 +73,10 @@ public class SpendOtherManaTest extends CardTestPlayerBase {
|
|||
/**
|
||||
* Tron mana doesn't work with Oath of Nissa. (e.g. can't cast Chandra,
|
||||
* Flamecaller with Urza's Tower, Power Plant, and Mine.)
|
||||
*
|
||||
* AI don't get the Planeswalker as playable card (probably because of the
|
||||
* as thought effect)
|
||||
*/
|
||||
|
||||
@Test
|
||||
public void testOathOfNissa() {
|
||||
// When Oath of Nissa enters the battlefield, look at the top three cards of your library. You may reveal a creature, land, or planeswalker card from among them and put it into your hand. Put the rest on the bottom of your library in any order.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue