3 Curses from DKA

This commit is contained in:
BetaSteward 2012-02-19 09:52:39 -05:00
parent 6828f1d651
commit 828662f6f3
8 changed files with 582 additions and 0 deletions

View file

@ -303,6 +303,7 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
@Override
public void setControllerId(UUID controllerId) {
this.ability.setControllerId(controllerId);
this.controllerId = controllerId;
}