Card.specialized private boolean

This commit is contained in:
Northmoc
2022-08-18 09:39:25 -04:00
parent e6486fbdaf
commit 33550baada

View File

@@ -212,6 +212,8 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars {
private boolean foretoldThisTurn;
private boolean foretoldByEffect;
private boolean specialized;
private int timesCrewedThisTurn = 0;
private int classLevel = 1;