Created 6 cards. (High probability for minor errors.)

This commit is contained in:
Temba 2015-03-17 19:42:11 +02:00
parent 18ba65e19d
commit 78c9a71b87

View file

@ -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);
}
}
}