mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
[FDN] Implement Hare Apparent
This commit is contained in:
parent
531a501f14
commit
53844daddf
3 changed files with 66 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ public abstract class DeckValidator implements Serializable {
|
|||
maxCopiesMap.put("Dragon's Approach", Integer.MAX_VALUE);
|
||||
maxCopiesMap.put("Slime Against Humanity", Integer.MAX_VALUE);
|
||||
maxCopiesMap.put("Templar Knight", Integer.MAX_VALUE);
|
||||
maxCopiesMap.put("Hare Apparent", 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