mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
* Zur's Weirding - Fixed that the player hand cards were not revealed.
This commit is contained in:
parent
87f919ecac
commit
88928772fb
6 changed files with 62 additions and 27 deletions
|
|
@ -29,6 +29,9 @@ package org.mage.test.cards.abilities.keywords;
|
|||
|
||||
import mage.constants.PhaseStep;
|
||||
import mage.constants.Zone;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.game.permanent.PermanentToken;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
import org.mage.test.serverside.base.CardTestPlayerBase;
|
||||
|
||||
|
|
@ -89,5 +92,5 @@ public class ProvokeTest extends CardTestPlayerBase{
|
|||
assertLife(playerA, 18); // one attack from Imp
|
||||
assertLife(playerB, 15); // Not blocked
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue