This is another patch by salmelo.

It fixes several problems with the newly introduced improvements concerning Counters.

Added 8 successfully tested cards, 1 of them is DARK DEPTHS!

Daily_Build update

Complete list in the first comment.
This commit is contained in:
solo81@web.de
2010-03-25 23:28:55 +00:00
parent 9a63fa9dec
commit a2987f7b0e
7 changed files with 87 additions and 7 deletions

View File

@@ -218,7 +218,7 @@ TargetChooser * TargetChooserFactory::createTargetChooser(string s, MTGCardInsta
if (minus) {
cd->counterComparisonMode = COMPARISON_LESS;
}else{
cd->counterComparisonMode = COMPARISON_AT_MOST;
cd->counterComparisonMode = COMPARISON_AT_LEAST;
}
}
}else{