* Sudden Disappearance - Added missing tooltip text.

This commit is contained in:
LevelX2 2014-04-25 17:56:07 +02:00
parent 07bfebcd7d
commit 3842aeba7d
2 changed files with 29 additions and 16 deletions

View file

@ -11,6 +11,13 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
*/
public class SuddenDisappearanceTest extends CardTestPlayerBase {
/**
* Sudden Disappearance
* Sorcery {5}{W}
* Exile all nonland permanents target player controls.
* Return the exiled cards to the battlefield under
* their owner's control at the beginning of the next end step
*/
@Test
public void testCard() {
addCard(Zone.BATTLEFIELD, playerA, "Plains", 6);