forked from External/mage
Now Planeswalkers use counters for loyalty. Fixed Issue 69.
This commit is contained in:
parent
13497ec651
commit
d5c4ac371a
32 changed files with 169 additions and 64 deletions
|
|
@ -224,11 +224,6 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
|
|||
return card.getToughness();
|
||||
}
|
||||
|
||||
@Override
|
||||
public MageInt getLoyalty() {
|
||||
return card.getLoyalty();
|
||||
}
|
||||
|
||||
@Override
|
||||
public UUID getId() {
|
||||
return ability.getId();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue