mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
Choose triggers order dialog - fixed game error on remember of multiple instances of the trigger (fixes #11194)
This commit is contained in:
parent
6cade21c4f
commit
8ebbeef8f4
4 changed files with 15 additions and 15 deletions
|
|
@ -22,7 +22,7 @@ public class UserData implements Serializable {
|
|||
protected boolean manaPoolAutomaticRestricted;
|
||||
protected boolean passPriorityCast;
|
||||
protected boolean passPriorityActivation;
|
||||
protected boolean autoOrderTrigger;
|
||||
protected boolean autoOrderTrigger; // auto-order triggers with same rule text
|
||||
protected int autoTargetLevel;
|
||||
protected boolean useSameSettingsForReplacementEffects;
|
||||
protected boolean useFirstManaAbility = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue