Skip to content

Commit

Permalink
Merge pull request #319 from TRLKO/patch-1
Browse files Browse the repository at this point in the history
Update NPCFarmer.java
  • Loading branch information
Swofty-Developments authored May 6, 2024
2 parents 20278a2 + 05bc282 commit 50c6862
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public DialogueSet[] getDialogueSets(SkyBlockPlayer player) {
}).build(),
DialogueSet.builder()
.key("spoke-again").lines(new String[]{
"hank you so much!",
"Thank you so much!",
"My Farm is yours to harvest! Wheat is a valuable resource to collect, you can unlock many cool things by collecting it."
}).build()
).stream().toArray(DialogueSet[]::new);
Expand Down

0 comments on commit 50c6862

Please sign in to comment.