mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
[C13] Illisionist's Gambit (last missing C13 card).
This commit is contained in:
parent
6d0f30178d
commit
5df50ef836
3 changed files with 273 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
|
|||
public class GainControlTargetEffectTest extends CardTestPlayerBase {
|
||||
|
||||
/**
|
||||
* Checks if control has changed and the controlled creature has Hase
|
||||
* Checks if control has changed and the controlled creature has Haste
|
||||
*
|
||||
*/
|
||||
@Test
|
||||
|
|
@ -33,7 +33,7 @@ public class GainControlTargetEffectTest extends CardTestPlayerBase {
|
|||
setStopAt(1, PhaseStep.BEGIN_COMBAT);
|
||||
execute();
|
||||
|
||||
// under opponent's control
|
||||
// under control
|
||||
assertPermanentCount(playerA, "Silvercoat Lion", 1);
|
||||
assertAbility(playerA, "Silvercoat Lion", HasteAbility.getInstance(), true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue