We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bec88 commit e7ec889Copy full SHA for e7ec889
1 file changed
type.hub/src/main/java/net/swofty/type/hub/npcs/villagers/VillagerMathsEnjoyer.java
@@ -46,10 +46,10 @@ public DialogueSet[] dialogues(HypixelPlayer player) {
46
return new DialogueSet[]{
47
DialogueSet.builder()
48
.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!"
+ "§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!"
53
}).build()
54
};
55
}
0 commit comments