forked from External/mage
[FIN] Implement Cid, Timeless Artificer
This commit is contained in:
parent
54d7401bd6
commit
6533e2b03c
4 changed files with 85 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ public abstract class DeckValidator implements Serializable {
|
|||
maxCopiesMap.put("Templar Knight", Integer.MAX_VALUE);
|
||||
maxCopiesMap.put("Hare Apparent", Integer.MAX_VALUE);
|
||||
maxCopiesMap.put("Tempest Hawk", Integer.MAX_VALUE);
|
||||
maxCopiesMap.put("Cid, Timeless Artificer", Integer.MAX_VALUE);
|
||||
maxCopiesMap.put("Once More with Feeling", 1);
|
||||
maxCopiesMap.put("Seven Dwarves", 7);
|
||||
maxCopiesMap.put("Nazgul", 9);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue