Changed ConditionalContinousEffect to handle latest changes correctly.

This commit is contained in:
LevelX2 2013-09-01 14:48:00 +02:00
parent 277f9363fd
commit 1090258114
3 changed files with 22 additions and 7 deletions

View file

@ -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");