forked from External/mage
Implemented Split cards, not yet finished. Fuse does not work. Comparation for e.g. converterted mana (708.6a) does also not work correctly.
This commit is contained in:
parent
3ba4dbc515
commit
25948e089e
10 changed files with 361 additions and 5 deletions
|
|
@ -337,6 +337,11 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
|
|||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isSplitCard() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canTransform() {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue