diff options
author | Yasin <LifeIsAParadox@users.noreply.github.com> | 2023-05-02 21:57:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 21:57:51 +0200 |
commit | 076ba90b23db2ae3df3f5c3918ccda836ad90690 (patch) | |
tree | c069a9df2623a533ed64f7db7f63d007521484ea /src/main/java/me/xmrvizzy/skyblocker | |
parent | f82acb787a2174c9c07558b7d9d1a79847199c9c (diff) | |
parent | 1579fd9396b151690fbd1cafd8e02f919dd5256c (diff) | |
download | Skyblocker-076ba90b23db2ae3df3f5c3918ccda836ad90690.tar.gz Skyblocker-076ba90b23db2ae3df3f5c3918ccda836ad90690.tar.bz2 Skyblocker-076ba90b23db2ae3df3f5c3918ccda836ad90690.zip |
Merge pull request #138 from AzureAaron/240-fairy-souls
There is now 240 fairy souls!
Diffstat (limited to 'src/main/java/me/xmrvizzy/skyblocker')
-rw-r--r-- | src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/Trivia.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/Trivia.java b/src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/Trivia.java index 81bee4ba..10a2e413 100644 --- a/src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/Trivia.java +++ b/src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/Trivia.java @@ -69,7 +69,7 @@ public class Trivia extends ChatPatternListener { answers.put("What is the status of Storm?", new String[]{"The Wither Lords"}); answers.put("What is the status of Necron?", new String[]{"The Wither Lords"}); answers.put("What is the status of Maxor, Storm, Goldor and Necron?", new String[]{"The Wither Lords"}); - answers.put("How many total Fairy Souls are there?", new String[]{"239 Fairy Souls"}); + answers.put("How many total Fairy Souls are there?", new String[]{"240 Fairy Souls"}); answers.put("How many Fairy Souls are there in Spider's Den?", new String[]{"19 Fairy Souls"}); answers.put("How many Fairy Souls are there in The End?", new String[]{"12 Fairy Souls"}); answers.put("How many Fairy Souls are there in The Farming Islands?", new String[]{"20 Fairy Souls"}); |