[FDN] Implement Hare Apparent

This commit is contained in:
theelk801 2024-11-02 16:33:17 -04:00
parent 531a501f14
commit 53844daddf
3 changed files with 66 additions and 0 deletions

View file

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