bypass targetchooser

This commit is contained in:
Anthony Calosa
2015-09-24 06:02:46 +08:00
parent 179e973b4e
commit 106bcec7cf

View File

@@ -5551,6 +5551,8 @@ void AACastCard::Update(float dt)
}
}
MTGCardInstance * toCheck = (MTGCardInstance*)target;
if(putinplay)
toCheck->bypassTC = true;
if(theNamedCard)
toCheck = theNamedCard;
if (Spell * checkSpell = dynamic_cast<Spell*>(target))