mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
* Sudden Disappearance - Added missing tooltip text.
This commit is contained in:
parent
07bfebcd7d
commit
3842aeba7d
2 changed files with 29 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue