mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
data for booster generation incorporated into CardSet
This commit is contained in:
@@ -37,7 +37,7 @@ public class BoosterDraftTest implements BoosterDraft {
|
||||
*/
|
||||
public ItemPoolView<CardPrinted> nextChoice() {
|
||||
n--;
|
||||
BoosterGenerator pack = new BoosterGenerator("M11");
|
||||
BoosterGenerator pack = new BoosterGenerator(SetUtils.getSetByCode("M11"));
|
||||
return ItemPool.createFrom(pack.getBoosterPack(), CardPrinted.class);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user