Skip to content

Commit

Permalink
add clickable to disclaimer
Browse files Browse the repository at this point in the history
Signed-off-by: Erymanthus[#5074] | (u/)RayDeeUx <[email protected]>
  • Loading branch information
RayDeeUx committed Jan 16, 2024
1 parent 0f60767 commit ee41c67
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,12 @@ class CommissionsCalculator {
private val firstLine: String = "§lCommissions Calculator:"
private val fatDisclaimer: List<Renderable> = listOf<Renderable>(
Renderable.string("§c§lDisclaimer: §r§cThis calculator does not include"),
Renderable.string("§cother potential sources of HOTM XP, including the"),
Renderable.string("§c900 HOTM XP Daily Bonus or potential boosts from"),
Renderable.string("§cthe Bingo pet."),
Renderable.string("§cTo update these calculations, please open /hotm.")
Renderable.string("§cother sources of HOTM XP, including the 900 HOTM XP"),
Renderable.string("§cDaily Bonus, HOTM XP from completing the Crystal"),
Renderable.string("§cNucleus and Mining Events, or boosts from Bingo pets."),
Renderable.clickAndHover("§cTo update these calculations, open the §e/hotm §ctree.",
listOf("Click to run §e/hotm"), onClick = { LorenzUtils.sendCommandToServer("hotm") }
),
)

private var currentHOTMLevel: Int = 0
Expand Down

0 comments on commit ee41c67

Please sign in to comment.