mirror of
https://github.com/correl/mage.git
synced 2025-04-10 09:11:04 -09: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
|
* NOTE: cannot determine how to have the test recognize the 2/2 knight ally token from Gideon
|
||||||
* added ignore flag until then
|
* added ignore flag until then
|
||||||
*/
|
*/
|
||||||
@Ignore
|
|
||||||
@Test
|
@Test
|
||||||
public void testFieldResearcherFirstEffect() {
|
public void testFieldResearcherFirstEffect() {
|
||||||
|
|
||||||
|
@ -63,14 +62,13 @@ public class TamiyoTest extends CardTestPlayerBase {
|
||||||
addCard(Zone.BATTLEFIELD, playerA, "Gideon, Ally of Zendikar", 1);
|
addCard(Zone.BATTLEFIELD, playerA, "Gideon, Ally of Zendikar", 1);
|
||||||
|
|
||||||
// put 2/2 knight ally token on battlefield
|
// 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
|
// next, activate Gideon to make him a 5/5 human soldier ally creature
|
||||||
activateAbility(3, PhaseStep.PRECOMBAT_MAIN, playerA, "+1: Until end of turn");
|
activateAbility(3, PhaseStep.PRECOMBAT_MAIN, playerA, "+1: Until end of turn");
|
||||||
// finally, use Tamiyo +1 on both creatures
|
// finally, use Tamiyo +1 on both creatures
|
||||||
activateAbility(3, PhaseStep.PRECOMBAT_MAIN, playerA, "+1: Choose up to two");
|
activateAbility(3, PhaseStep.PRECOMBAT_MAIN, playerA, "+1: Choose up to two");
|
||||||
addTarget(playerA, "Knight Ally"); // 2/2 token
|
addTarget(playerA, "Knight Ally^Gideon, Ally of Zendikar"); // both token and Gideon as creature
|
||||||
addTarget(playerA, "Gideon, Ally of Zendikar"); // 5/5 human soldier ally
|
|
||||||
|
|
||||||
// attack with both unblocked
|
// attack with both unblocked
|
||||||
attack(3, playerA, "Knight Ally");
|
attack(3, playerA, "Knight Ally");
|
||||||
|
|
Loading…
Add table
Reference in a new issue