mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
[TDM] Implement Tempest Hawk
This commit is contained in:
parent
3089dc3698
commit
d7fcec5670
3 changed files with 61 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue