mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed Soulbond pairing with cards not on the battlefield.
This commit is contained in:
@@ -317,7 +317,7 @@ public final class AbilityFactoryBond {
|
||||
trigCards = AbilityFactory.getDefinedCards(sa.getSourceCard(), params.get("Defined"), sa);
|
||||
|
||||
// Check that this card hasn't already become paired by an earlier trigger
|
||||
if (trigCards.get(0).isPaired()) {
|
||||
if (trigCards.get(0).isPaired() || !trigCards.get(0).isInZone(ZoneType.Battlefield)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user