- fix issue 260
- ad test for issue 267
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-09 11:09:44 +00:00
parent 869a6b3535
commit 192103b105
7 changed files with 69 additions and 79 deletions
+5
View File
@@ -463,6 +463,11 @@ public:
return a;
}
int resolve(){
counters++;
return TargetAbility::resolve();
}
int isReactingToClick(MTGCardInstance * card, ManaCost * mana = NULL){
if (limitPerTurn && counters >= limitPerTurn) return 0;
return TargetAbility::isReactingToClick(card,mana);