Erwan
- AI bugfixes (manaburn with ankh of mishra...) - small tweaks
This commit is contained in:
@@ -490,7 +490,7 @@ int GameStateDuel::isDifficultyUnlocked(){
|
||||
sprintf(aiSmallDeckName, "ai_baka_deck%i",nbAIDecks);
|
||||
int percentVictories = stats->percentVictories(string(aiSmallDeckName));
|
||||
if (percentVictories >=67) wins++;
|
||||
if (wins >= 12) return 1;
|
||||
if (wins >= 10) return 1;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user