aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/Danker/features/puzzlesolvers/TriviaSolver.java
diff options
context:
space:
mode:
authorRabbitType99 <luis.be@gmx.de>2021-03-10 20:14:26 +0100
committerRabbitType99 <luis.be@gmx.de>2021-03-10 20:14:26 +0100
commit2c3838f8144959e3db3f60de8ce3c8d7ce799b9a (patch)
treed3e0e17e63900c45a76a194ed6bd8a6df3664f2e /src/main/java/me/Danker/features/puzzlesolvers/TriviaSolver.java
parentb9fb3b6a33d1fac17859e1821a0de1b7d41191b5 (diff)
parentdbad2bfbec9a2b1c8ac72ff0516a1a3d543339d6 (diff)
downloadSkyblockMod-2c3838f8144959e3db3f60de8ce3c8d7ce799b9a.tar.gz
SkyblockMod-2c3838f8144959e3db3f60de8ce3c8d7ce799b9a.tar.bz2
SkyblockMod-2c3838f8144959e3db3f60de8ce3c8d7ce799b9a.zip
Merge branch 'development' into InstallerFrame
Diffstat (limited to 'src/main/java/me/Danker/features/puzzlesolvers/TriviaSolver.java')
-rw-r--r--src/main/java/me/Danker/features/puzzlesolvers/TriviaSolver.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/me/Danker/features/puzzlesolvers/TriviaSolver.java b/src/main/java/me/Danker/features/puzzlesolvers/TriviaSolver.java
index b769634..9adc555 100644
--- a/src/main/java/me/Danker/features/puzzlesolvers/TriviaSolver.java
+++ b/src/main/java/me/Danker/features/puzzlesolvers/TriviaSolver.java
@@ -30,8 +30,8 @@ public class TriviaSolver {
triviaSolutions.put("What is the status of Goldor?", new String[]{"Wither Soldier"});
triviaSolutions.put("What is the status of Storm?", new String[]{"Elementalist"});
triviaSolutions.put("What is the status of Necron?", new String[]{"Wither Lord"});
- triviaSolutions.put("How many total Fairy Souls are there?", new String[]{"220 Fairy Souls"});
- triviaSolutions.put("How many Fairy Souls are there in Spider's Den?", new String[]{"17 Fairy Souls"});
+ triviaSolutions.put("How many total Fairy Souls are there?", new String[]{"222 Fairy Souls"});
+ triviaSolutions.put("How many Fairy Souls are there in Spider's Den?", new String[]{"19 Fairy Souls"});
triviaSolutions.put("How many Fairy Souls are there in The End?", new String[]{"12 Fairy Souls"});
triviaSolutions.put("How many Fairy Souls are there in The Barn?", new String[]{"7 Fairy Souls"});
triviaSolutions.put("How many Fairy Souls are there in Mushroom Desert?", new String[]{"8 Fairy Souls"});