Skip to content

Commit 49e0274

Browse files
committed
Check for flavour text option
1 parent 1e3bf46 commit 49e0274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/GemSelectControl.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ function GemSelectClass:AddGemTooltip(gemInstance)
568568
end
569569
end
570570
end
571-
if grantedEffect.flavourText then
571+
if grantedEffect.flavourText and main.showFlavourText then
572572
self.tooltip:AddSeparator(10)
573573
for _, line in ipairs(grantedEffect.flavourText) do
574574
self.tooltip:AddLine(16, colorCodes.UNIQUE .. line)

0 commit comments

Comments
 (0)