Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ public DialogueSet[] dialogues(HypixelPlayer player) {
return new DialogueSet[]{
DialogueSet.builder()
.key("hello").lines(new String[]{
e[NPC] Maths Enjoyer: §fHey if you really want to know...",
e[NPC] Maths Enjoyer: §fThe formula to §6Magical Power §fis...",
e[NPC] Maths Enjoyer: §dStats Mult. §f= §b29.97§e(§aln(§b0.0019§6MP§a+1)§e)^§b1.2",
e[NPC] Maths Enjoyer: §fHave fun with that!"
"§fHey if you really want to know...",
"§fThe formula to §6Magical Power §fis...",
"§dStats Mult. §f= §b29.97§e(§aln(§b0.0019§6MP§a+1)§e)^§b1.2",
"§fHave fun with that!"
}).build()
};
}
Expand Down