mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Integrating the QuestEventDraft "wins to rotate draft" fix by Seravy.
This commit is contained in:
@@ -102,7 +102,7 @@ public class QuestEventDraft implements IQuestEvent {
|
||||
private int[] aiIcons = new int[7];
|
||||
|
||||
private boolean started = false;
|
||||
private int age = FModel.getQuestPreferences().getPrefInt(QPref.WINS_NEW_DRAFT);
|
||||
private int age = FModel.getQuestPreferences().getPrefInt(QPref.WINS_ROTATE_DRAFT);
|
||||
|
||||
public QuestEventDraft(final String title) {
|
||||
this.title = title;
|
||||
|
||||
Reference in New Issue
Block a user