* Duel Deck: Elspeth vs. Tezzeret - Added the missing cards. Added Zur the Enchanter.

This commit is contained in:
LevelX2 2014-02-25 03:03:50 +01:00
parent ad2c062552
commit b072ee9eaa
33 changed files with 1890 additions and 120 deletions

View file

@ -156,7 +156,7 @@ public class AlternativeCostSourceAbility extends StaticAbility<AlternativeCostS
sb.append(alternativeCost.getText(false));
remarkText = alternativeCost.getReminderText();
} else {
sb.append(" and/or ").append(alternativeCost.getText(true));
sb.append(" and ").append(alternativeCost.getText(true));
}
++numberCosts;
}