aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNot a cow <104355555+Not-a-cowfr@users.noreply.github.com>2024-09-11 00:22:15 -0700
committerGitHub <noreply@github.com>2024-09-11 17:22:15 +1000
commit6a3f13cb21c81ba69ee324c751ee481605c170ef (patch)
tree8fc19e07ae388cba15d47147cf4085a4073ce2ee
parentf75c9933794cdb9c7dff5486369636b18854b76d (diff)
downloadskyhanni-6a3f13cb21c81ba69ee324c751ee481605c170ef.tar.gz
skyhanni-6a3f13cb21c81ba69ee324c751ee481605c170ef.tar.bz2
skyhanni-6a3f13cb21c81ba69ee324c751ee481605c170ef.zip
Fix: dicer gemstone fortune in ffguide (#2499)
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/garden/fortuneguide/FFStats.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/fortuneguide/FFStats.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/fortuneguide/FFStats.kt
index d2740928a..77862b74d 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/garden/fortuneguide/FFStats.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/garden/fortuneguide/FFStats.kt
@@ -77,7 +77,7 @@ object FFStats {
in dicerCrops -> {
FortuneStats.SUNDER.set(FarmingFortuneDisplay.getSunderFortune(tool), 75.0)
FortuneStats.REFORGE.set(FarmingFortuneDisplay.reforgeFortune, 20.0)
- FortuneStats.GEMSTONE.set(FarmingFortuneDisplay.gemstoneFortune, 20.0)
+ FortuneStats.GEMSTONE.set(FarmingFortuneDisplay.gemstoneFortune, 30.0)
}
CropType.MUSHROOM -> {