Skip to content
Snippets Groups Projects
Commit 4ffb745d authored by DarkGod's avatar DarkGod
Browse files

Shimmering fully ignores randarts and rares

parent 92505534
No related branches found
No related tags found
No related merge requests found
......@@ -93,10 +93,11 @@ function _M:unlockShimmer(o)
local shimmer_name
local unique = nil
-- if o.randart or o.rare then return end
if o.unique and not o.randart then
shimmer_name = o:getName{do_color=true, no_add_name=true, no_image=true, force_id=true}
unique = true
elseif o.__original and not o.__original.randart then
elseif o.__original and not o.__original.randart and not o.__original.rare then
o = o.__original
shimmer_name = o:getName{do_color=true, no_add_name=true, no_image=true, force_id=true}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment