mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Partiality needs to be 100% or the computer may get the two promo cards and the booster for 2 different guilds in RtR Guild Sealed Mode.
This commit is contained in:
@@ -37,7 +37,7 @@ public class UnOpenedMeta extends UnOpenedProduct {
|
|||||||
private final ArrayList<MetaSet> metaSets;
|
private final ArrayList<MetaSet> metaSets;
|
||||||
private final boolean choice;
|
private final boolean choice;
|
||||||
private List<String> partiality;
|
private List<String> partiality;
|
||||||
private final int partialityPreference = 80;
|
private final int partialityPreference = 100; // Otherwise guild sealed will result in silly combinations
|
||||||
private final Random generator = MyRandom.getRandom();
|
private final Random generator = MyRandom.getRandom();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user