Update this(X) so that it works with spells as well as activated abilities. Also fixed a bug were this(X) did not work with targeting.
Adds Martial Coup
This commit is contained in:
@@ -1971,6 +1971,7 @@ void TargetAbility::Render(){
|
||||
int TargetAbility::resolve(){
|
||||
Targetable * t = tc->getNextTarget();
|
||||
if (t && ability){
|
||||
source->X = abilityCost->Diff(cost)->hasX();
|
||||
ability->target = t;
|
||||
if (ability->oneShot) return ability->resolve();
|
||||
MTGAbility * a = ability->clone();
|
||||
|
||||
Reference in New Issue
Block a user