forked from External/mage
Merge branch 'master' into Zzooouhh-banding-final
This commit is contained in:
commit
3dbd5a72c4
18 changed files with 175 additions and 110 deletions
|
|
@ -1333,6 +1333,10 @@ public abstract class PermanentImpl extends CardImpl implements Permanent {
|
|||
@Override
|
||||
public void setPairedCard(MageObjectReference pairedCard) {
|
||||
this.pairedPermanent = pairedCard;
|
||||
if (pairedCard == null) {
|
||||
// remove existing soulbond info text
|
||||
this.addInfo("soulbond", null, null);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue