* 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

@ -77,6 +77,6 @@ public class AttackingCreatureCount implements DynamicValue {
@Override
public String toString() {
return "1";
return "X";
}
}