fix for issue 913.

This commit is contained in:
omegablast2002@yahoo.com
2013-04-24 13:29:54 +00:00
parent dd68023249
commit e8ee356892

View File

@@ -1031,6 +1031,7 @@ bool TypeTargetChooser::canTarget(Targetable * target,bool withoutProtections)
{
if (card->hasSubtype(types[i])) return true;
if (card->data->basicAbilities[(int)Constants::CHANGELING]) return true;//changelings can be targeted as any subtype.
if(card->getLCName().size())
{
if (MTGAllCards::findType(card->getLCName()) == types[i])