forked from External/mage
Improved commander support for mdf/split/adventure cards (additional fixes for ac98a3a31a)
This commit is contained in:
parent
9416c6140a
commit
9b8df48183
12 changed files with 148 additions and 60 deletions
|
|
@ -244,6 +244,9 @@ public abstract class GameImpl implements Game, Serializable {
|
|||
card = ((PermanentCard) card).getCard();
|
||||
}
|
||||
|
||||
// init each card by parts... if you add new type here then getInitAbilities must be
|
||||
// implemented too (it allows to split abilities between card and parts)
|
||||
|
||||
// main card
|
||||
card.setOwnerId(ownerId);
|
||||
addCardToState(card);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue