* Soulbond - Reworked to two triggerd abilities (fixes #1882).

This commit is contained in:
LevelX2 2016-04-16 02:43:52 +02:00
parent 3b98d0714d
commit 1dbba3f7a9
32 changed files with 374 additions and 285 deletions

View file

@ -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.