mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Nightfall Predator must be marked as night card
This commit is contained in:
parent
8a8eb028f3
commit
8526c678fc
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@ public class NightfallPredator extends CardImpl<NightfallPredator> {
|
|||
this.power = new MageInt(4);
|
||||
this.toughness = new MageInt(4);
|
||||
|
||||
// this card is the second face of double-faced card
|
||||
this.nightCard = true;
|
||||
this.canTransform = true;
|
||||
|
||||
// {R}, {tap}: Nightfall Predator fights target creature.
|
||||
Ability activatedAbility = new SimpleActivatedAbility(Zone.BATTLEFIELD, new NightfallPredatorEffect(), new ManaCostsImpl("{R}"));
|
||||
activatedAbility.addCost(new TapSourceCost());
|
||||
|
|
Loading…
Reference in a new issue