mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
reverted unnecessary change in CardView.
This commit is contained in:
parent
a779289ec2
commit
34a0898fb0
1 changed files with 0 additions and 4 deletions
|
@ -64,7 +64,6 @@ public class CardView implements Serializable {
|
||||||
protected String art;
|
protected String art;
|
||||||
protected Rarity rarity;
|
protected Rarity rarity;
|
||||||
protected String expansionSetCode;
|
protected String expansionSetCode;
|
||||||
protected boolean tapped;
|
|
||||||
|
|
||||||
public List<UUID> targets;
|
public List<UUID> targets;
|
||||||
|
|
||||||
|
@ -97,9 +96,6 @@ public class CardView implements Serializable {
|
||||||
this.expansionSetCode = card.getExpansionSetCode();
|
this.expansionSetCode = card.getExpansionSetCode();
|
||||||
}
|
}
|
||||||
|
|
||||||
//FIXME
|
|
||||||
this.tapped = false;
|
|
||||||
|
|
||||||
if (card instanceof Spell) {
|
if (card instanceof Spell) {
|
||||||
Spell<?> spell = (Spell<?>)card;
|
Spell<?> spell = (Spell<?>)card;
|
||||||
if (spell.getSpellAbility().getTargets().size() > 0) {
|
if (spell.getSpellAbility().getTargets().size() > 0) {
|
||||||
|
|
Loading…
Reference in a new issue