forked from External/mage
[CMR] Implemented Liesa, Shroud of Dusk
This commit is contained in:
parent
7d8baaf345
commit
b8feae7f3a
7 changed files with 98 additions and 19 deletions
|
|
@ -103,7 +103,7 @@ public abstract class GameCommanderImpl extends GameImpl {
|
|||
public void initCommanderEffects(Card commander, Player player, Ability commanderAbility) {
|
||||
// all commander effects must be independent from sourceId or controllerId
|
||||
commanderAbility.addEffect(new CommanderReplacementEffect(commander.getId(), alsoHand, alsoLibrary, false, "Commander"));
|
||||
commanderAbility.addEffect(new CommanderCostModification(commander.getId()));
|
||||
commanderAbility.addEffect(new CommanderCostModification(commander));
|
||||
}
|
||||
|
||||
//20130711
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue