mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Another attempt to fix the Lotus Bloom entering tapped bug.
This commit is contained in:
@@ -329,7 +329,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
private final Map<Card, Integer> assignedDamageMap = new TreeMap<Card, Integer>();
|
||||
|
||||
private boolean drawnThisTurn = false;
|
||||
private boolean tapped;
|
||||
private boolean tapped = false;
|
||||
private boolean sickness = true; // summoning sickness
|
||||
private boolean token = false;
|
||||
private boolean copiedToken = false;
|
||||
|
||||
Reference in New Issue
Block a user