mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed BondEffect.
This commit is contained in:
@@ -30,7 +30,7 @@ public class BondEffect extends SpellAbilityEffect {
|
|||||||
Card partner = cards.get(0);
|
Card partner = cards.get(0);
|
||||||
// skip choice if only one card on list
|
// skip choice if only one card on list
|
||||||
if (cards.size() > 1) {
|
if (cards.size() > 1) {
|
||||||
sa.getActivatingPlayer().getController().chooseSingleCardForEffect(cards, sa, "Select a card to pair with");
|
partner = sa.getActivatingPlayer().getController().chooseSingleCardForEffect(cards, sa, "Select a card to pair with");
|
||||||
}
|
}
|
||||||
|
|
||||||
// pair choices together
|
// pair choices together
|
||||||
|
|||||||
Reference in New Issue
Block a user