forked from External/mage
Implement The Ring Tempts You mechanic (#10320)
* remove skip * initial implementation of the ring mechanic * some changes * rework ring-bearer choosing * [LTR] Implement Call of the Ring * update ring-bearer condition
This commit is contained in:
parent
d56c148118
commit
3503513c4e
19 changed files with 508 additions and 48 deletions
|
|
@ -419,6 +419,8 @@ public interface Permanent extends Card, Controllable {
|
|||
|
||||
boolean isManifested();
|
||||
|
||||
boolean isRingBearer(Game game);
|
||||
|
||||
@Override
|
||||
Permanent copy();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue