reverted the newtarget/retarget fix, it didn't fix the issue and created new ones.

This commit is contained in:
omegablast2002@yahoo.com
2013-02-01 18:54:07 +00:00
parent fa5e3ad9b4
commit 6a1591d72b
3 changed files with 4 additions and 8 deletions
+2 -3
View File
@@ -378,7 +378,6 @@ int AACopier::resolve()
if (_target)
{
source->copy(_target);
source->cardsAbilities;
return 1;
}
return 0;
@@ -1552,10 +1551,10 @@ int AANewTarget::resolve()
while (_target->next)
_target = _target->next;
_target->controller()->game->putInZone(_target, _target->currentZone,
_target->owner->game->exile,false);
_target->owner->game->exile);
_target = _target->next;
MTGCardInstance * refreshed = source->controller()->game->putInZone(_target,_target->currentZone,source->controller()->game->battlefield,false);
MTGCardInstance * refreshed = source->controller()->game->putInZone(_target,_target->currentZone,source->controller()->game->battlefield);
Spell * reUp = NEW Spell(game, refreshed);
if(reUp->source->hasSubtype(Subtypes::TYPE_AURA))
{