mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Change messages from popup window to gamelog by default for continuous rule modifying effects
This commit is contained in:
parent
7860e913c8
commit
2e018b2c14
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public abstract class ContinuousRuleModifyingEffectImpl extends ContinuousEffect
|
|||
// They work technical like a replacement effect that replaces the event completely.
|
||||
// But player isn't asked to choose order of effects if multiple are applied to the same event.
|
||||
public ContinuousRuleModifyingEffectImpl(Duration duration, Outcome outcome) {
|
||||
this(duration, outcome, true, false);
|
||||
this(duration, outcome, false, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue