Fix for issue 962 (Hexproof) by Dmitri

This commit is contained in:
wagic.the.homebrew@gmail.com
2013-09-15 02:57:29 +00:00
parent 7b8189bd13
commit bd25b12fb2
5 changed files with 34 additions and 7 deletions
+1 -2
View File
@@ -36,7 +36,6 @@ public:
TARGETED_PLAYER = 4
};
bool other;
bool withoutProtections;
TargetChooser(GameObserver *observer, MTGCardInstance * card = NULL, int _maxtargets = UNLITMITED_TARGETS, bool other = false, bool targetMin = false);
Player * Owner;
GameObserver *observer;
@@ -48,7 +47,7 @@ public:
bool validTargetsExist(int maxTarget = 1);
int attemptsToFill;
string belongsToAbility;
int countValidTargets();
int countValidTargets(bool withoutProtections = false);
virtual int setAllZones()
{
return 0;