bypass targetchooser
This commit is contained in:
@@ -5551,6 +5551,8 @@ void AACastCard::Update(float dt)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
MTGCardInstance * toCheck = (MTGCardInstance*)target;
|
MTGCardInstance * toCheck = (MTGCardInstance*)target;
|
||||||
|
if(putinplay)
|
||||||
|
toCheck->bypassTC = true;
|
||||||
if(theNamedCard)
|
if(theNamedCard)
|
||||||
toCheck = theNamedCard;
|
toCheck = theNamedCard;
|
||||||
if (Spell * checkSpell = dynamic_cast<Spell*>(target))
|
if (Spell * checkSpell = dynamic_cast<Spell*>(target))
|
||||||
|
|||||||
Reference in New Issue
Block a user