mirror of
https://github.com/correl/mage.git
synced 2024-12-24 03:00:14 +00:00
Fixed Tamiyo test. confirmed bug
This commit is contained in:
parent
bb3828ce0c
commit
1e13276525
1 changed files with 2 additions and 4 deletions
|
@ -46,7 +46,6 @@ public class TamiyoTest extends CardTestPlayerBase {
|
|||
* NOTE: cannot determine how to have the test recognize the 2/2 knight ally token from Gideon
|
||||
* added ignore flag until then
|
||||
*/
|
||||
@Ignore
|
||||
@Test
|
||||
public void testFieldResearcherFirstEffect() {
|
||||
|
||||
|
@ -63,14 +62,13 @@ public class TamiyoTest extends CardTestPlayerBase {
|
|||
addCard(Zone.BATTLEFIELD, playerA, "Gideon, Ally of Zendikar", 1);
|
||||
|
||||
// put 2/2 knight ally token on battlefield
|
||||
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "0: Put a");
|
||||
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "+0: Put a");
|
||||
|
||||
// next, activate Gideon to make him a 5/5 human soldier ally creature
|
||||
activateAbility(3, PhaseStep.PRECOMBAT_MAIN, playerA, "+1: Until end of turn");
|
||||
// finally, use Tamiyo +1 on both creatures
|
||||
activateAbility(3, PhaseStep.PRECOMBAT_MAIN, playerA, "+1: Choose up to two");
|
||||
addTarget(playerA, "Knight Ally"); // 2/2 token
|
||||
addTarget(playerA, "Gideon, Ally of Zendikar"); // 5/5 human soldier ally
|
||||
addTarget(playerA, "Knight Ally^Gideon, Ally of Zendikar"); // both token and Gideon as creature
|
||||
|
||||
// attack with both unblocked
|
||||
attack(3, playerA, "Knight Ally");
|
||||
|
|
Loading…
Reference in a new issue