- Reformatting a comment.

This commit is contained in:
Agetian
2017-07-17 05:40:42 +00:00
parent 48cd4ab029
commit e7d777e221

View File

@@ -138,8 +138,7 @@ public class BoosterGenerator {
boolean replaceCommon = edition != null && !template.getSlots().isEmpty()
&& MyRandom.getRandom().nextDouble() < edition.getChanceReplaceCommonWith();
// Default, if no matching slot type is found : equal chance for each
// slot
// Default, if no matching slot type is found : equal chance for each slot
// should not have effect unless new sets that do not match existing
// rarities are added
String foilSlot = Aggregates.random(template.getSlots()).getLeft().split("[ :!]")[0];