mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Update ExpansionSet.java
This commit is contained in:
parent
a1a7b1c59b
commit
f980224239
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ public abstract class ExpansionSet implements Serializable {
|
|||
if (ability instanceof PartnerWithAbility) {
|
||||
//Check if the pack already contains a partner pair
|
||||
if (partnerAllowed){
|
||||
//Added card always replaces a common card
|
||||
//Added card always replaces an uncommon card
|
||||
Card card = CardRepository.instance.findCard(((PartnerWithAbility) ability).getPartnerName()).getCard();
|
||||
if (i<max){
|
||||
booster.add(card);
|
||||
|
|
Loading…
Reference in a new issue