mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
Added test to check for creatures not entering tapped but they should #5012.
This commit is contained in:
parent
d18338edd5
commit
ae8fa6aa10
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
|
|||
public class DreadWandererTest extends CardTestPlayerBase {
|
||||
|
||||
/**
|
||||
* That the +1/+1 counters are added to Living Lore before state based
|
||||
* actions take place
|
||||
* Creatures that enter the battlefield tapped, like Dread Wanderer, if you
|
||||
* bring them back from graveyard to the battlefield they enter untapped!!
|
||||
*/
|
||||
@Test
|
||||
public void testTappedFromHand() {
|
||||
|
|
Loading…
Add table
Reference in a new issue