mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[CMR] Implemented Liesa, Shroud of Dusk
This commit is contained in:
parent
7d8baaf345
commit
b8feae7f3a
7 changed files with 98 additions and 19 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue