From e8ee356892fde8d6cc48eeb9c3e71790936e5438 Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Wed, 24 Apr 2013 13:29:54 +0000 Subject: [PATCH] fix for issue 913. --- projects/mtg/src/TargetChooser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/mtg/src/TargetChooser.cpp b/projects/mtg/src/TargetChooser.cpp index 7d6dfc558..eb8cef680 100644 --- a/projects/mtg/src/TargetChooser.cpp +++ b/projects/mtg/src/TargetChooser.cpp @@ -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])