aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
diff options
context:
space:
mode:
authorVixid <52578495+Vixid1@users.noreply.github.com>2022-10-21 07:19:22 +0100
committerGitHub <noreply@github.com>2022-10-20 23:19:22 -0700
commit0a5c62857747c80ce039fcef182c7098a4a0503a (patch)
tree4f8206c0fdfa90cb436494501ad8c675503e833a /src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
parentbbf48864fa4894352964f28be11d6686d49052ad (diff)
downloadnotenoughupdates-0a5c62857747c80ce039fcef182c7098a4a0503a.tar.gz
notenoughupdates-0a5c62857747c80ce039fcef182c7098a4a0503a.tar.bz2
notenoughupdates-0a5c62857747c80ce039fcef182c7098a4a0503a.zip
Faction Town Board Quests added to Todo Overlay (#370)
370/merge
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
index 4d04bfbc..a1561658 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
@@ -573,6 +573,8 @@ public class NEUConfig extends Config {
@Expose
public long dailyHeavyPearlCompleted = 0L;
@Expose
+ public long questBoardCompleted = 0L;
+ @Expose
public HashMap<Integer, JsonObject> savedEquipment = new HashMap<>();
@Expose
public int magicalPower = 0;