mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
* Cycling effects - Added missing reveal effect, added missing reminder text.
This commit is contained in:
parent
5a54488a0d
commit
294567ec3e
3 changed files with 16 additions and 12 deletions
|
|
@ -47,8 +47,12 @@ public class FieryFall extends CardImpl<FieryFall> {
|
|||
super(ownerId, 63, "Fiery Fall", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{5}{R}");
|
||||
this.expansionSetCode = "CON";
|
||||
this.color.setRed(true);
|
||||
|
||||
// Fiery Fall deals 5 damage to target creature.
|
||||
this.getSpellAbility().addEffect(new DamageTargetEffect(5));
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent(true));
|
||||
|
||||
// Basic landcycling {1}{R} ({1}{R}, Discard this card: Search your library for a basic land card, reveal it, and put it into your hand. Then shuffle your library.)
|
||||
this.addAbility(new BasicLandcyclingAbility(new ManaCostsImpl("{1}{R}")));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue