diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-01-04 01:56:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-04 01:56:06 -0500 |
commit | fa2836770669820857e11db5eea86df7c8bd64c3 (patch) | |
tree | d1f5ba0ae68997cb25babc31804dda07b25e710b /src/main/java/de/hysky/skyblocker/skyblock | |
parent | 4d8bc4a8e9ee3b9c0223796b27a82f56bac6c0a5 (diff) | |
download | Skyblocker-fa2836770669820857e11db5eea86df7c8bd64c3.tar.gz Skyblocker-fa2836770669820857e11db5eea86df7c8bd64c3.tar.bz2 Skyblocker-fa2836770669820857e11db5eea86df7c8bd64c3.zip |
Fix broken quiz question (#474)
Diffstat (limited to 'src/main/java/de/hysky/skyblocker/skyblock')
-rw-r--r-- | src/main/java/de/hysky/skyblocker/skyblock/dungeon/puzzle/Trivia.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/de/hysky/skyblocker/skyblock/dungeon/puzzle/Trivia.java b/src/main/java/de/hysky/skyblocker/skyblock/dungeon/puzzle/Trivia.java index 0f73457c..c331bd48 100644 --- a/src/main/java/de/hysky/skyblocker/skyblock/dungeon/puzzle/Trivia.java +++ b/src/main/java/de/hysky/skyblocker/skyblock/dungeon/puzzle/Trivia.java @@ -75,7 +75,7 @@ public class Trivia extends ChatPatternListener { answers.put("What is the status of Goldor?", new String[]{"The Wither Lords"}); 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("What is the status of Maxor, Storm, Goldor, and Necron?", new String[]{"The Wither Lords"}); answers.put("Which brother is on the Spider's Den?", new String[]{"Rick"}); answers.put("What is the name of Rick's brother?", new String[]{"Pat"}); answers.put("What is the name of the Painter in the Hub?", new String[]{"Marco"}); |