mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00: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…
Reference in a new issue