forked from External/mage
fixed bug #3921
This commit is contained in:
parent
5b87f665d2
commit
575c27eb90
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ public class DjeruWithEyesOpen extends CardImpl {
|
|||
this.addAbility(new EntersBattlefieldTriggeredAbility(effect, true));
|
||||
|
||||
// If a source would deal damage to a planeswalker you control, prevent 1 of that damage.
|
||||
this.addAbility(new SimpleStaticAbility(Zone.COMMAND, new DjeruWithEyesOpenPreventEffect()));
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new DjeruWithEyesOpenPreventEffect()));
|
||||
}
|
||||
|
||||
public DjeruWithEyesOpen(final DjeruWithEyesOpen card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue