Change messages from popup window to gamelog by default for continuous rule modifying effects

This commit is contained in:
xenohedron 2023-06-18 14:51:06 -04:00
parent 7860e913c8
commit 2e018b2c14

View file

@ -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);
}
/**