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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user