forked from External/mage
NPH - Chancellor of the Annex, Chancellor of the Spires
This commit is contained in:
parent
f5164fa526
commit
ceb54518ed
7 changed files with 405 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue