Now Planeswalkers use counters for loyalty. Fixed Issue 69.

This commit is contained in:
magenoxx 2011-05-15 16:42:45 +04:00
parent 13497ec651
commit d5c4ac371a
32 changed files with 169 additions and 64 deletions

View file

@ -147,11 +147,6 @@ public class StackAbility implements StackObject, Ability {
return MageInt.EmptyMageInt;
}
@Override
public MageInt getLoyalty() {
return MageInt.EmptyMageInt;
}
@Override
public Zone getZone() {
return this.ability.getZone();