forked from External/mage
enforce deck validator limit for Once More with Feeling (#11913)
This commit is contained in:
parent
f21deaf71c
commit
b6d1e2a93b
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ public abstract class DeckValidator implements Serializable {
|
|||
maxCopiesMap.put("Persistent Petitioners", Integer.MAX_VALUE);
|
||||
maxCopiesMap.put("Dragon's Approach", Integer.MAX_VALUE);
|
||||
maxCopiesMap.put("Slime Against Humanity", 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