forked from External/mage
Not displaying tapped for combat dialog.
This commit is contained in:
parent
d6dd2a22cc
commit
aea2fc2fcf
4 changed files with 20 additions and 5 deletions
|
|
@ -113,4 +113,8 @@ public class PermanentView extends CardView {
|
|||
public CardView getOriginal() {
|
||||
return original;
|
||||
}
|
||||
|
||||
public void overrideTapped(boolean tapped) {
|
||||
this.tapped = tapped;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue