mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Fixed a minor typo error in QuestBattleManager.
This commit is contained in:
@@ -65,7 +65,7 @@ public class QuestBattleManager {
|
|||||||
int index = AllZone.QuestData.getDifficultyIndex();
|
int index = AllZone.QuestData.getDifficultyIndex();
|
||||||
|
|
||||||
if (AllZone.QuestData.getWin() < AllZone.QuestData.getPreferences().getWinsForMediumAI(index)) {
|
if (AllZone.QuestData.getWin() < AllZone.QuestData.getPreferences().getWinsForMediumAI(index)) {
|
||||||
return new String[]{getOpponent(easyAIDecks,0),getOpponent(easyAIDecks,1),getOpponent(veasyAIDecks,2)};
|
return new String[]{getOpponent(easyAIDecks,0),getOpponent(easyAIDecks,1),getOpponent(easyAIDecks,2)};
|
||||||
}
|
}
|
||||||
|
|
||||||
if (AllZone.QuestData.getWin() == AllZone.QuestData.getPreferences().getWinsForMediumAI(index)) {
|
if (AllZone.QuestData.getWin() == AllZone.QuestData.getPreferences().getWinsForMediumAI(index)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user