mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
Changed a lot of cards to use ENTERS_THE_BATTLEFIELD event instead of ZONE_CHANGE event.
This commit is contained in:
parent
50bb73fa08
commit
01a3660cf2
53 changed files with 358 additions and 935 deletions
|
|
@ -12,6 +12,8 @@ public class GoblinBushwhackerTest extends CardTestPlayerBase {
|
|||
@Test
|
||||
public void testKicker() {
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Mountain", 2);
|
||||
// Goblin Bushwhacker - Creature — Goblin Warrior 1/1, R - Kicker {R} (You may pay an additional {R} as you cast this spell.)
|
||||
// When Goblin Bushwhacker enters the battlefield, if it was kicked, creatures you control get +1/+0 and gain haste until end of turn.
|
||||
addCard(Constants.Zone.HAND, playerA, "Goblin Bushwhacker");
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Elite Vanguard");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue