mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
Fixed Bug #3720
This commit is contained in:
parent
e4c81df35e
commit
0e04a214fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue