mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Removed the unused variable finishedEnteringBF from the card class.
This commit is contained in:
@@ -342,7 +342,6 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
|
|
||||||
private boolean levelUp = false;
|
private boolean levelUp = false;
|
||||||
private boolean bounceAtUntap = false;
|
private boolean bounceAtUntap = false;
|
||||||
private boolean finishedEnteringBF = false;
|
|
||||||
|
|
||||||
private boolean unearth = false;
|
private boolean unearth = false;
|
||||||
private boolean unearthed;
|
private boolean unearthed;
|
||||||
@@ -1349,29 +1348,6 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
this.bounceAtUntap = bounce;
|
this.bounceAtUntap = bounce;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>
|
|
||||||
* Getter for the field <code>finishedEnteringBF</code>.
|
|
||||||
* </p>
|
|
||||||
*
|
|
||||||
* @return a boolean.
|
|
||||||
*/
|
|
||||||
public final boolean getFinishedEnteringBF() {
|
|
||||||
return this.finishedEnteringBF;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>
|
|
||||||
* Setter for the field <code>finishedEnteringBF</code>.
|
|
||||||
* </p>
|
|
||||||
*
|
|
||||||
* @param b
|
|
||||||
* a boolean.
|
|
||||||
*/
|
|
||||||
public final void setFinishedEnteringBF(final boolean b) {
|
|
||||||
this.finishedEnteringBF = b;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
* hasFirstStrike.
|
* hasFirstStrike.
|
||||||
|
|||||||
Reference in New Issue
Block a user