mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Minor formatting fix.
This commit is contained in:
@@ -161,6 +161,7 @@ public class QuestEventDuelManager {
|
||||
final List<QuestEventDuel> duelOpponents = new ArrayList<>();
|
||||
|
||||
QuestEventDifficulty randomDuelDifficulty = QuestEventDifficulty.EASY;
|
||||
|
||||
if (numberOfWins < questPreferences.getPrefInt(DifficultyPrefs.WINS_MEDIUMAI, index)) {
|
||||
addDuel(duelOpponents, QuestEventDifficulty.EASY, 3);
|
||||
randomDuelDifficulty = QuestEventDifficulty.EASY;
|
||||
|
||||
Reference in New Issue
Block a user