ifthen targeting tweak...

This commit is contained in:
omegablast2002@yahoo.com
2011-09-18 19:35:00 +00:00
parent 5abc1293ce
commit e0aa60070c

View File

@@ -2216,6 +2216,7 @@ int IfThenAbility::resolve()
MTGAbility * a1 = delayedAbility->clone();
if (!a1)
return 0;
if(a1->target && a1->target->typeAsTarget() != TARGET_PLAYER)
a1->target = aTarget;
if(a1->oneShot)
{