mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
Created 6 cards. (High probability for minor errors.)
This commit is contained in:
parent
18ba65e19d
commit
78c9a71b87
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class WormfangDrakeExileCost extends CostImpl {
|
|||
if (permanent == null) {
|
||||
return false;
|
||||
}
|
||||
paid |= controller.moveCardToExileWithInfo(permanent, exileId, sourceObject.getLogName() + " WormfangDrakeed permanents", sourceId, game, Zone.BATTLEFIELD);
|
||||
paid |= controller.moveCardToExileWithInfo(permanent, exileId, sourceObject.getLogName() + "exiled permanents", sourceId, game, Zone.BATTLEFIELD);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue