mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Update ExpansionSet.java
This commit is contained in:
parent
4f84065c0e
commit
25d7f9c83b
1 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ public abstract class ExpansionSet implements Serializable {
|
|||
protected int numBoosterDoubleFaced; // -1 = include normally 0 = exclude 1-n = include explicit
|
||||
protected int ratioBoosterMythic;
|
||||
protected boolean needsLegends = false;
|
||||
protected boolean PartnerMechanic = false;
|
||||
protected boolean hasPartnerMechanic = false;
|
||||
|
||||
protected int maxCardNumberInBooster; // used to omit cards with collector numbers beyond the regular cards in a set for boosters
|
||||
|
||||
|
|
@ -231,7 +231,7 @@ public abstract class ExpansionSet implements Serializable {
|
|||
}
|
||||
}
|
||||
//Battlebond packs alway contain both partners
|
||||
if (PartnerMechanic){
|
||||
if (hasPartnerMechanic){
|
||||
List<Card> booster = createPartnerBooster();
|
||||
return booster;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue