mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
This commit is contained in:
parent
7acd8559dc
commit
2ec768583b
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.BATTLEFIELD, new DjeruWithEyesOpenPreventEffect()));
|
||||
this.addAbility(new SimpleStaticAbility(Zone.COMMAND, new DjeruWithEyesOpenPreventEffect()));
|
||||
}
|
||||
|
||||
public DjeruWithEyesOpen(final DjeruWithEyesOpen card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue