forked from External/mage
adjust game log messages for damage can't be prevented
This commit is contained in:
parent
6b631235fb
commit
a096c0a7c3
9 changed files with 11 additions and 14 deletions
|
|
@ -9,8 +9,8 @@ import mage.game.events.GameEvent;
|
|||
|
||||
public class DamageCantBePreventedEffect extends ContinuousRuleModifyingEffectImpl {
|
||||
|
||||
public DamageCantBePreventedEffect(Duration duration, String staticText, boolean messageToUser, boolean messageToLog) {
|
||||
super(duration, Outcome.Benefit, messageToUser, messageToLog);
|
||||
public DamageCantBePreventedEffect(Duration duration, String staticText) {
|
||||
super(duration, Outcome.Benefit);
|
||||
this.staticText = staticText;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue