This commit is contained in:
Jeff 2017-07-24 11:28:20 -05:00
parent e4c81df35e
commit 0e04a214fa

View file

@ -95,7 +95,7 @@ public class DjeruWithEyesOpen extends CardImpl {
class DjeruWithEyesOpenPreventEffect extends PreventionEffectImpl { class DjeruWithEyesOpenPreventEffect extends PreventionEffectImpl {
public DjeruWithEyesOpenPreventEffect() { public DjeruWithEyesOpenPreventEffect() {
super(Duration.EndOfGame, 1, false, false); super(Duration.WhileOnBattlefield, 1, false, false);
this.staticText = "If a source would deal damage to a planeswalker you control, prevent 1 of that damage"; this.staticText = "If a source would deal damage to a planeswalker you control, prevent 1 of that damage";
} }