token is excluded...
for ABlink
This commit is contained in:
@@ -1440,7 +1440,7 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
//targetted trigger
|
//counter trigger
|
||||||
class TrCounter: public Trigger
|
class TrCounter: public Trigger
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -5642,7 +5642,7 @@ void AACastCard::Update(float dt)
|
|||||||
toCheck->bypassTC = true;
|
toCheck->bypassTC = true;
|
||||||
TargetChooserFactory tcf(game);
|
TargetChooserFactory tcf(game);
|
||||||
TargetChooser * atc = tcf.createTargetChooser(toCheck->spellTargetType,toCheck);
|
TargetChooser * atc = tcf.createTargetChooser(toCheck->spellTargetType,toCheck);
|
||||||
if (toCheck->hasType(Subtypes::TYPE_AURA) && !atc->validTargetsExist())
|
if ((toCheck->hasType(Subtypes::TYPE_AURA) && !atc->validTargetsExist())||toCheck->isToken)
|
||||||
{
|
{
|
||||||
processed = true;
|
processed = true;
|
||||||
this->forceDestroy = 1;
|
this->forceDestroy = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user