forked from External/mage
* Soulbond - Reworked to two triggerd abilities (fixes #1882).
This commit is contained in:
parent
3b98d0714d
commit
1dbba3f7a9
32 changed files with 374 additions and 285 deletions
|
|
@ -327,14 +327,14 @@ public interface Permanent extends Card, Controllable {
|
|||
*
|
||||
* @param pairedCard
|
||||
*/
|
||||
void setPairedCard(UUID pairedCard);
|
||||
void setPairedCard(MageObjectReference pairedCard);
|
||||
|
||||
/**
|
||||
* Gets paired card. Can return null.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
UUID getPairedCard();
|
||||
MageObjectReference getPairedCard();
|
||||
|
||||
/**
|
||||
* Makes permanent paired with no other permanent.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue