mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
* Adventure cards - added adventure spell info in permanent's rules on battlefield;
This commit is contained in:
parent
5e5b4713ea
commit
b4c55039e5
2 changed files with 8 additions and 9 deletions
|
|
@ -329,7 +329,7 @@ public class AdventureCardsTest extends CardTestPlayerBase {
|
|||
* Creature — Human Soldier
|
||||
* 1/1
|
||||
*/
|
||||
/*
|
||||
/*
|
||||
* Rimrock Knight {1}{R}
|
||||
* Creature — Dwarf Knight
|
||||
* Rimrock Knight can't block.
|
||||
|
|
@ -380,7 +380,8 @@ public class AdventureCardsTest extends CardTestPlayerBase {
|
|||
assertGraveyardCount(playerA, 0);
|
||||
|
||||
Permanent rimrock = getPermanent("Rimrock Knight");
|
||||
Assert.assertEquals(rimrock.getRules(currentGame).get(0), "{this} can't block.");
|
||||
Assert.assertEquals(rimrock.getRules(currentGame).get(0), "Adventure Instant"); // must have adventure spell info on battlefield
|
||||
Assert.assertEquals(rimrock.getRules(currentGame).get(1), "{this} can't block.");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue