mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Changed DontLoseByZeroOrLessLifeEffect to RulesEffect layer.
This commit is contained in:
parent
2fb026166a
commit
f137e623eb
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ import mage.players.Player;
|
||||||
public class DontLoseByZeroOrLessLifeEffect extends ContinuousEffectImpl<DontLoseByZeroOrLessLifeEffect> {
|
public class DontLoseByZeroOrLessLifeEffect extends ContinuousEffectImpl<DontLoseByZeroOrLessLifeEffect> {
|
||||||
|
|
||||||
public DontLoseByZeroOrLessLifeEffect(Duration duration) {
|
public DontLoseByZeroOrLessLifeEffect(Duration duration) {
|
||||||
super(duration, Layer.PlayerEffects, SubLayer.NA, Outcome.Benefit);
|
super(duration, Layer.RulesEffects, SubLayer.NA, Outcome.Benefit);
|
||||||
staticText = "You don't lose the game for having 0 or less life";
|
staticText = "You don't lose the game for having 0 or less life";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue