mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
Needletooth Raptor text fix
This commit is contained in:
parent
8dcd37d761
commit
9f0f7a1dae
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ public class NeedletoothRaptor extends CardImpl {
|
|||
this.toughness = new MageInt(2);
|
||||
|
||||
// <i>Enrage</i> — Whenever Needletooth Raptor is dealt damage, it deals 5 damage to target creature an opponent controls.
|
||||
Ability ability = new DealtDamageToSourceTriggeredAbility(Zone.BATTLEFIELD, new DamageTargetEffect(5).setText("it deals 3 damage to target creature an opponent controls"), false, true);
|
||||
Ability ability = new DealtDamageToSourceTriggeredAbility(Zone.BATTLEFIELD, new DamageTargetEffect(5).setText("it deals 5 damage to target creature an opponent controls"), false, true);
|
||||
ability.addTarget(new TargetCreaturePermanent(filter));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue