[CMR] Implemented Liesa, Shroud of Dusk

This commit is contained in:
Evan Kranzler 2020-11-08 17:45:33 -05:00
parent 7d8baaf345
commit b8feae7f3a
7 changed files with 98 additions and 19 deletions

View file

@ -60,7 +60,7 @@ public class OathbreakerFreeForAll extends GameCommanderImpl {
// basic commmander restrict (oathbreaker may ask to move, signature force to move)
commanderAbility.addEffect(new CommanderReplacementEffect(commander.getId(), alsoHand, alsoLibrary, isSignatureSpell, getCommanderTypeName(commander)));
commanderAbility.addEffect(new CommanderCostModification(commander.getId()));
commanderAbility.addEffect(new CommanderCostModification(commander));
// signature spell restrict (spell can be casted on player's commander on battlefield)
if (isSignatureSpell) {