mirror of
https://github.com/correl/mage.git
synced 2025-04-10 09:11:04 -09:00
Set ALLOW_INTERRUPT back to true in repository.
This commit is contained in:
parent
dd7d57f574
commit
c784637766
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ public class ComputerPlayer extends PlayerImpl implements Player {
|
||||||
private transient final static Logger log = Logger.getLogger(ComputerPlayer.class);
|
private transient final static Logger log = Logger.getLogger(ComputerPlayer.class);
|
||||||
|
|
||||||
protected int PASSIVITY_PENALTY = 5; // Penalty value for doing nothing if some actions are availble
|
protected int PASSIVITY_PENALTY = 5; // Penalty value for doing nothing if some actions are availble
|
||||||
protected boolean ALLOW_INTERRUPT = false; // change this for test / debugging purposes to false to switch off interrupts while debugging
|
protected boolean ALLOW_INTERRUPT = true; // change this for test / debugging purposes to false to switch off interrupts while debugging
|
||||||
|
|
||||||
private transient Map<Mana, Card> unplayable = new TreeMap<>();
|
private transient Map<Mana, Card> unplayable = new TreeMap<>();
|
||||||
private transient List<Card> playableNonInstant = new ArrayList<>();
|
private transient List<Card> playableNonInstant = new ArrayList<>();
|
||||||
|
|
Loading…
Add table
Reference in a new issue