Skip to content

Commit 86ebad6

Browse files
author
LocalIdentity
committed
Fix to tooltip and export
1 parent 1399b52 commit 86ebad6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/Data/Skills/act_dex.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17504,14 +17504,14 @@ skills["PoisonousConcoctionAltX"] = {
1750417504
mod("ChaosPerLifeFlaskPercent", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 2 }),
1750517505
},
1750617506
},
17507-
baseMods = {
17508-
mod("DPS", "MORE", 100, 0, 0, { type = "PerStat", stat = "ChainMax" }),
17509-
},
1751017507
baseFlags = {
1751117508
attack = true,
1751217509
area = true,
1751317510
projectile = true,
1751417511
},
17512+
baseMods = {
17513+
mod("DPS", "MORE", 100, 0, 0, { type = "PerStat", stat = "ChainMax" }),
17514+
},
1751517515
qualityStats = {
1751617516
Default = {
1751717517
{ "withered_on_hit_for_2_seconds_%_chance", 1 },

src/Modules/Main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ function main:OpenOptionsPopup()
979979
controls.notSupportedModTooltips = new("CheckBoxControl", { "TOPLEFT", nil, "TOPLEFT" }, { defaultLabelPlacementX, currentY, 20 }, "^7Show tooltip for unsupported mods :", function(state)
980980
self.notSupportedModTooltips = state
981981
end)
982-
controls.notSupportedModTooltips.tooltipText = "Show ^8(Not supported in PoB yet) ^7next to unsupported mods\nRequires PoB to restart for it to take effect"
982+
controls.notSupportedModTooltips.tooltipText = "Show ^8(Not supported in PoB yet) ^7next to unsupported mods"
983983
controls.notSupportedModTooltips.state = self.notSupportedModTooltips
984984

985985
nextRow()

0 commit comments

Comments
 (0)