forked from External/mage
fixed Liliana Of The Veil npe when targeting tokens + added choose pile dialog
This commit is contained in:
parent
f14559d71d
commit
6205ebaeb9
18 changed files with 511 additions and 199 deletions
|
|
@ -45,7 +45,7 @@ public class CardsView extends HashMap<UUID, CardView> {
|
|||
|
||||
public CardsView() {}
|
||||
|
||||
public CardsView(Collection<Card> cards) {
|
||||
public CardsView(Collection<? extends Card> cards) {
|
||||
for (Card card: cards) {
|
||||
this.put(card.getId(), new CardView(card));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue