mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
Merge fix
This commit is contained in:
parent
dc8b51c59b
commit
25819bf519
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
protected Set<UUID> inRange = new HashSet<>(); // players list in current range of influence (updates each turn due rules)
|
||||
|
||||
protected boolean isTestMode = false;
|
||||
protected boolean isFastFailInTestMode = false;
|
||||
protected boolean isFastFailInTestMode = true;
|
||||
protected boolean canGainLife = true;
|
||||
protected boolean canLoseLife = true;
|
||||
protected PayLifeCostLevel payLifeCostLevel = PayLifeCostLevel.allAbilities;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue