- AI bugfixes (manaburn with ankh of mishra...)
- small tweaks
This commit is contained in:
wagic.the.homebrew
2009-03-18 11:29:23 +00:00
parent 070e24ec7a
commit a3c3006043
4 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -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;