NPH - Chancellor of the Annex, Chancellor of the Spires

This commit is contained in:
BetaSteward 2011-09-16 22:36:06 -04:00
parent f5164fa526
commit ceb54518ed
7 changed files with 405 additions and 3 deletions

View file

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