mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
Fixed Champion of Lambholt - gave ability only to itself. +1 test passed.
This commit is contained in:
parent
7445876ec5
commit
153a5df2a5
2 changed files with 9 additions and 5 deletions
|
|
@ -187,13 +187,13 @@ public class AttackBlockRestrictionsTest extends CardTestPlayerBase {
|
|||
|
||||
// non flying vs. flying
|
||||
attack(2, playerB, "Elite Vanguard");
|
||||
block(2, playerA, "Angelic Wall", "Elite Vanguard");
|
||||
block(2, playerA, "Angelic Wall", "Elite Vanguard"); // can't block
|
||||
// non flying vs. non flying
|
||||
attack(2, playerB, "Arbor Elf");
|
||||
block(2, playerA, "Llanowar Elves", "Arbor Elf");
|
||||
block(2, playerA, "Llanowar Elves", "Arbor Elf"); // can block
|
||||
// flying vs. flying
|
||||
attack(2, playerB, "Assault Griffin");
|
||||
block(2, playerA, "Air Elemental", "Assault Griffin");
|
||||
block(2, playerA, "Air Elemental", "Assault Griffin"); // can block
|
||||
|
||||
setStopAt(2, Constants.PhaseStep.END_TURN);
|
||||
execute();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue