forked from External/mage
Some changes to meld implementation (#9620)
* some surface-level tweaks to meld implementation * add default implementation for meldsWith method * move nightcard declaration to meldcard constructor * remove unused variable declaration
This commit is contained in:
parent
d21f2e43dd
commit
5a4d755dba
18 changed files with 197 additions and 154 deletions
|
|
@ -25,6 +25,7 @@ public abstract class MeldCard extends CardImpl {
|
|||
public MeldCard(UUID ownerId, CardSetInfo setInfo, CardType[] cardTypes, String costs) {
|
||||
super(ownerId, setInfo, cardTypes, costs);
|
||||
halves = new CardsImpl();
|
||||
this.nightCard = true;
|
||||
}
|
||||
|
||||
public MeldCard(final MeldCard card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue