convoke
other={convoke} name(Convoke)
delve
other={delve}
they might be able to be added directly to the real manacost.
added an ability that grants an ability while the source remains tapped
grant ability grantend...
added dethrone
abilities=dethrone
added support of multitargeting to extra cost, it acts the same as normal multitargeting, repeats dopay() the effects for each.
This commit is contained in:
@@ -105,6 +105,11 @@ bool ActionLayer::CheckUserInput(JButton key)
|
||||
//being cancelled. currently only menuability and paidability will care.
|
||||
}
|
||||
}
|
||||
if (observer->mExtraPayment->costs.size() && observer->mExtraPayment->costs[0]->tc)
|
||||
{
|
||||
//if we cancel, clear the targets list so that when you try again you dont already have targets from before.
|
||||
observer->mExtraPayment->costs[0]->tc->initTargets();
|
||||
}
|
||||
observer->mExtraPayment = NULL;
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user