Skip to content

Commit 41f0832

Browse files
authored
Merge pull request #613 from ArikSquad/fix/maths-enjoyer
Remove duplicate name from Maths Enjoyer dialogue
2 parents 91bec88 + e7ec889 commit 41f0832

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

type.hub/src/main/java/net/swofty/type/hub/npcs/villagers/VillagerMathsEnjoyer.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ public DialogueSet[] dialogues(HypixelPlayer player) {
4646
return new DialogueSet[]{
4747
DialogueSet.builder()
4848
.key("hello").lines(new String[]{
49-
e[NPC] Maths Enjoyer: §fHey if you really want to know...",
50-
e[NPC] Maths Enjoyer: §fThe formula to §6Magical Power §fis...",
51-
e[NPC] Maths Enjoyer: §dStats Mult. §f= §b29.97§e(§aln(§b0.0019§6MP§a+1)§e)^§b1.2",
52-
e[NPC] Maths Enjoyer: §fHave fun with that!"
49+
"§fHey if you really want to know...",
50+
"§fThe formula to §6Magical Power §fis...",
51+
"§dStats Mult. §f= §b29.97§e(§aln(§b0.0019§6MP§a+1)§e)^§b1.2",
52+
"§fHave fun with that!"
5353
}).build()
5454
};
5555
}

0 commit comments

Comments
 (0)