forked from External/mage
[C16] Implemented Partner ability.
This commit is contained in:
parent
dfc72a9adb
commit
c38f96ae55
13 changed files with 161 additions and 127 deletions
|
|
@ -83,7 +83,7 @@ public abstract class GameTinyLeadersImpl extends GameImpl {
|
|||
Set<Card> cards = new HashSet<>();
|
||||
cards.add(commander);
|
||||
this.loadCards(cards, playerId);
|
||||
player.setCommanderId(commander.getId());
|
||||
player.addCommanderId(commander.getId());
|
||||
commander.moveToZone(Zone.COMMAND, null, this, true);
|
||||
ability.addEffect(new CommanderReplacementEffect(commander.getId(), alsoHand, alsoLibrary));
|
||||
ability.addEffect(new CommanderCostModification(commander.getId()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue