added support for {x}{x}: word variable returns for activated target abilities...sometimes im not told when things break or dont work completely, and i find out later myself. :)
This commit is contained in:
@@ -4150,6 +4150,7 @@ int TargetAbility::resolve()
|
||||
{
|
||||
ManaCost * diff = abilityCost->Diff(cost);
|
||||
source->X = diff->hasX();
|
||||
source->XX = abs(source->X+.1)/2;
|
||||
delete (diff);
|
||||
ability->target = t;
|
||||
if (ability->oneShot)
|
||||
|
||||
Reference in New Issue
Block a user