Skip to content

Commit 886c5e0

Browse files
author
LocalIdentity
committed
More explicit check
1 parent 1bddb5d commit 886c5e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Classes/ItemsTab.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3071,9 +3071,9 @@ function ItemsTabClass:AddItemTooltip(tooltip, item, slot, dbMode)
30713071
end
30723072

30733073
-- Show flavour text:
3074-
if item.rarity == "UNIQUE" or item.rarity == "RELIC" or item.base.type:find("Transcendent") and main.showFlavourText then
3074+
if item.rarity == "UNIQUE" or item.rarity == "RELIC" or item.base.type =="Transcendent Limb" and main.showFlavourText then
30753075
local flavourTable
3076-
if item.base.type:find("Transcendent") then
3076+
if item.base.type =="Transcendent Limb" then
30773077
flavourTable = flavourLookup["Transcendent Limb"]
30783078
else
30793079
flavourTable = flavourLookup[item.title]

0 commit comments

Comments
 (0)