mirror of
https://github.com/magefree/mage.git
synced 2026-01-18 09:19:56 -08:00
Changed ConditionalContinousEffect to handle latest changes correctly.
This commit is contained in:
parent
277f9363fd
commit
1090258114
3 changed files with 22 additions and 7 deletions
|
|
@ -13,6 +13,13 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
|
|||
*/
|
||||
public class WardenOfTheWallTest extends CardTestPlayerBase {
|
||||
|
||||
/*
|
||||
* Warden of the Wall
|
||||
* Warden of the Wall enters the battlefield tapped.
|
||||
* {T}: Add {1} to your mana pool.
|
||||
* As long as it's not your turn, Warden of the Wall is a 2/3 Gargoyle artifact creature with flying.
|
||||
*
|
||||
*/
|
||||
@Test
|
||||
public void testCard() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Warden of the Wall");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue