mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Update Cindervines.java
This commit is contained in:
parent
c3848b7530
commit
d28fd6646b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public final class Cindervines extends CardImpl {
|
|||
|
||||
// Whenever an opponent casts a noncreature spell, Cindervines deals 1 damage to that player.
|
||||
this.addAbility(new SpellCastOpponentTriggeredAbility(
|
||||
Zone.BATTLEFIELD, new DamageTargetEffect(1, false, "that player"),
|
||||
Zone.BATTLEFIELD, new DamageTargetEffect(1, true, "that player"),
|
||||
StaticFilters.FILTER_SPELL_NON_CREATURE, false, SetTargetPointer.PLAYER
|
||||
));
|
||||
|
||||
|
|
Loading…
Reference in a new issue