opps if you were at exactly 65% then none of the 2 appeared XD ..this should correct that
This commit is contained in:
@@ -1183,7 +1183,7 @@ AIPlayer * AIPlayerFactory::createAIPlayer(MTGAllCards * collection, Player * op
|
|||||||
DeckStats * stats = DeckStats::GetInstance();
|
DeckStats * stats = DeckStats::GetInstance();
|
||||||
int deckSetting = NULL;
|
int deckSetting = NULL;
|
||||||
int diff = stats->percentVictories();
|
int diff = stats->percentVictories();
|
||||||
if (diff > 65)
|
if (diff >= 65)
|
||||||
{
|
{
|
||||||
deckSetting = HARD;
|
deckSetting = HARD;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user