diff options
| author | RabbitType99 <luis.be@gmx.de> | 2021-03-10 20:14:26 +0100 |
|---|---|---|
| committer | RabbitType99 <luis.be@gmx.de> | 2021-03-10 20:14:26 +0100 |
| commit | 2c3838f8144959e3db3f60de8ce3c8d7ce799b9a (patch) | |
| tree | d3e0e17e63900c45a76a194ed6bd8a6df3664f2e /src/main/java/me/Danker/features/puzzlesolvers/TriviaSolver.java | |
| parent | b9fb3b6a33d1fac17859e1821a0de1b7d41191b5 (diff) | |
| parent | dbad2bfbec9a2b1c8ac72ff0516a1a3d543339d6 (diff) | |
| download | SkyblockMod-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.java | 4 |
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"}); |
