over-hauled watchers

This commit is contained in:
BetaSteward 2011-10-12 21:44:26 -04:00
parent caaa81a42b
commit c00e34c051
46 changed files with 473 additions and 673 deletions

View file

@ -323,8 +323,8 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
return card.getRules();
}
@Override
public Watchers getWatchers() {
@Override
public List<Watcher> getWatchers() {
return card.getWatchers();
}