diff options
author | ExternalTime <84183548+ExternalTime@users.noreply.github.com> | 2021-09-20 14:25:56 +0200 |
---|---|---|
committer | ExternalTime <84183548+ExternalTime@users.noreply.github.com> | 2021-09-24 13:33:34 +0200 |
commit | eda82a49b1c8e940647619d4c49d1b9747fb9f58 (patch) | |
tree | 6611ac33efa0b1b2d8bc40a1344a635297191df7 /src/main/java/me/xmrvizzy/skyblocker | |
parent | d5a5386cf82c03601bff712c2069c7530acbcb53 (diff) | |
download | Skyblocker-eda82a49b1c8e940647619d4c49d1b9747fb9f58.tar.gz Skyblocker-eda82a49b1c8e940647619d4c49d1b9747fb9f58.tar.bz2 Skyblocker-eda82a49b1c8e940647619d4c49d1b9747fb9f58.zip |
Updated the number of minions for trivia solver
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 3d3e5c28..bb3d10d2 100644 --- a/src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/Trivia.java +++ b/src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/Trivia.java @@ -79,7 +79,7 @@ public class Trivia extends ChatListener { answers.put("What is the name of the person that upgrades pets?", new String[]{"Kat"}); answers.put("What is the name of the lady of the Nether?", new String[]{"Elle"}); answers.put("Which villager in the Village gives you a Rogue Sword?", new String[]{"Jamie"}); - answers.put("How many unique minions are there?", new String[]{"53 Minions"}); + answers.put("How many unique minions are there?", new String[]{"55 Minions"}); answers.put("Which of these enemies does not spawn in the Spider's Den?", new String[]{"Zombie Spider", "Cave Spider", "Wither Skeleton", "Dashing Spooder", "Broodfather", "Night Spider"}); answers.put("Which of these monsters only spawns at night?", new String[]{"Zombie Villager", "Ghast"}); |