[TDM] Implement Tempest Hawk

This commit is contained in:
theelk801 2025-03-20 09:58:32 -04:00
parent 3089dc3698
commit d7fcec5670
3 changed files with 61 additions and 0 deletions

View file

@ -49,6 +49,7 @@ public abstract class DeckValidator implements Serializable {
maxCopiesMap.put("Slime Against Humanity", Integer.MAX_VALUE);
maxCopiesMap.put("Templar Knight", Integer.MAX_VALUE);
maxCopiesMap.put("Hare Apparent", Integer.MAX_VALUE);
maxCopiesMap.put("Tempest Hawk", Integer.MAX_VALUE);
maxCopiesMap.put("Once More with Feeling", 1);
maxCopiesMap.put("Seven Dwarves", 7);
maxCopiesMap.put("Nazgul", 9);