Skip to content

Commit

Permalink
Fix Drunken Soldier anagram challenge text
Browse files Browse the repository at this point in the history
Text copied from the runelite log
  • Loading branch information
emerald000 authored Jun 18, 2024
1 parent 47f3a3e commit 8475459
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ public class AnagramClue extends ClueScroll implements NpcClueScroll, ObjectClue
.npc("Drunken soldier")
.location(new WorldPoint(1551, 3565, 0))
.area("Shayzien pub")
.question("If 13 Shayzien Soldiers kill 46 Lizardmen each in a day, how many Lizardmen have they killed in total in a single day?")
.question("If 13 Shayzien soldiers kill 46 lizardmen each in a day, how many lizardmen have they killed in a total in a single day?")
.answer("598")
.build(),
AnagramClue.builder()
Expand Down

0 comments on commit 8475459

Please sign in to comment.