diff options
| author | Planterror <47764567+Plantterror@users.noreply.github.com> | 2023-03-11 07:55:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-11 15:55:22 +0100 |
| commit | 14ebdfce401ff955d6d00bf00684ac1058d26259 (patch) | |
| tree | 889171ce1681836700773e9c39cc740c389fbb83 /src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java | |
| parent | e010edcc074d5819118e6032746efd26ebed6cef (diff) | |
| download | notenoughupdates-14ebdfce401ff955d6d00bf00684ac1058d26259.tar.gz notenoughupdates-14ebdfce401ff955d6d00bf00684ac1058d26259.tar.bz2 notenoughupdates-14ebdfce401ff955d6d00bf00684ac1058d26259.zip | |
Merge pull request #624
* fixed experiments saying it's available when the wrong time is reached
* NPC Buy limit timer part 1
* Cookie buff now gains more accurate info
* scrapped accurate god potion
* small tweaks
* fix stupid mistakes I made
* fixed commissions never being recognized as completed
* Quest timer now shows how many quests are uncompleted
* added cookie menu as place to test for cookie buff
* accept review changes, add .intern to container name
* proper formatting hopefully
* restrict checking quest progress to crimson isle
* fix election candidates counting as CI quests
* paul's name twice whoops, formatting fixes
* Merge pull request #2 from Plantterror/master
* Fixed an NPE
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.java | 2 |
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 e9c34e03..e2a483f7 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java @@ -589,6 +589,8 @@ public class NEUConfig extends Config { @Expose public long questBoardCompleted = 0L; @Expose + public long dailyShopLimitCompleted = 0L; + @Expose public HashMap<Integer, JsonObject> savedEquipment = new HashMap<>(); @Expose public int magicalPower = 0; |
