aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/Trivia.java
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2023-04-23 22:50:20 -0400
committerGitHub <noreply@github.com>2023-04-23 22:50:20 -0400
commit1579fd9396b151690fbd1cafd8e02f919dd5256c (patch)
treed0b29715bc881bb87e7062abfa40c2915787a80d /src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/Trivia.java
parent0e2eea45c86977cae1ff6c5176637c126d3bf707 (diff)
downloadSkyblocker-1579fd9396b151690fbd1cafd8e02f919dd5256c.tar.gz
Skyblocker-1579fd9396b151690fbd1cafd8e02f919dd5256c.tar.bz2
Skyblocker-1579fd9396b151690fbd1cafd8e02f919dd5256c.zip
There is now 240 fairy souls!
Diffstat (limited to 'src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/Trivia.java')
-rw-r--r--src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/Trivia.java2
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"});