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:
RumbleBBU
2012-10-26 11:15:13 +00:00
parent 08b1e9cc58
commit d5f6ac0e6c

View File

@@ -37,7 +37,7 @@ public class UnOpenedMeta extends UnOpenedProduct {
private final ArrayList<MetaSet> metaSets;
private final boolean choice;
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();
/**