* Adventure cards - added adventure spell info in permanent's rules on battlefield;

This commit is contained in:
Oleg Agafonov 2020-01-02 06:15:17 +04:00
parent 5e5b4713ea
commit b4c55039e5
2 changed files with 8 additions and 9 deletions

View file

@ -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.");
}
/*