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:
omegablast2002@yahoo.com
2011-02-12 20:29:42 +00:00
parent 144ed28235
commit e36cf18d26

View File

@@ -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)