[MKM] Implement Slime Against Humanity

This commit is contained in:
theelk801 2024-01-22 11:01:55 -05:00
parent 059c1410e3
commit 1f17f2f02d
3 changed files with 110 additions and 0 deletions

View file

@ -33,6 +33,7 @@ public abstract class DeckValidator implements Serializable {
maxCopiesMap.put("Rat Colony", Integer.MAX_VALUE);
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("Seven Dwarves", 7);
maxCopiesMap.put("Nazgul", 9);
}