mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
Added handling to make it possible that a transformable card can enter the battlefield transformed.
This commit is contained in:
parent
d8df53dde7
commit
27929cccba
3 changed files with 17 additions and 0 deletions
|
|
@ -18,6 +18,12 @@ public class TwoFacedCardEffectsTest extends CardTestPlayerBase {
|
|||
*/
|
||||
@Test
|
||||
public void testEffectTurnedOffOnTransform() {
|
||||
// Other Human creatures you control get +1/+1.
|
||||
// At the beginning of each upkeep, if no spells were cast last turn, transform Mayor of Avabruck.
|
||||
// Howlpack Alpha (transformed side) ----------------
|
||||
// Each other creature you control that's a Werewolf or a Wolf gets +1/+1.
|
||||
// At the beginning of your end step, put a 2/2 green Wolf creature token onto the battlefield.
|
||||
// At the beginning of each upkeep, if a player cast two or more spells last turn, transform Howlpack Alpha.
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Mayor of Avabruck");
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Wolfir Avenger");
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Elite Inquisitor");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue