Fix for Giedon of the Trials emblem.

Resolves #3179
This commit is contained in:
Justin Herlehy 2017-07-06 13:01:47 -07:00
parent 5cfef7f481
commit 53cb5ae478
2 changed files with 5 additions and 49 deletions

View file

@ -62,7 +62,7 @@ class GideonOfTheTrialsCantLoseEffect extends ContinuousRuleModifyingEffectImpl
}
public GideonOfTheTrialsCantLoseEffect() {
super(Duration.EndOfGame, Outcome.Benefit);
super(Duration.EndOfGame, Outcome.Benefit, false, false);
staticText = "As long as you control a Gideon planeswalker, you can't lose the game and your opponents can't win the game";
}