mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Trigger & Replacement: ensure abilities
This commit is contained in:
@@ -26,7 +26,7 @@ public final class CardRelationMatrixGenerator {
|
||||
|
||||
public static HashMap<String,HashMap<String,List<Map.Entry<PaperCard,Integer>>>> cardPools = new HashMap<>();
|
||||
|
||||
public static Map<String, Map<String,List<List<String>>>> ldaPools = new HashMap();
|
||||
public static Map<String, Map<String,List<List<String>>>> ldaPools = new HashMap<>();
|
||||
/**
|
||||
To ensure that only cards with at least 14 connections (as 14*4+4=60) are included in the card based deck
|
||||
generation pools
|
||||
|
||||
Reference in New Issue
Block a user