Skip to content
Snippets Groups Projects
Commit ef5d8ea2 authored by Chris Davidson's avatar Chris Davidson
Browse files

Fix an update to the new generateRandboss not being copied to the old one

parent 7d574472
No related branches found
No related tags found
1 merge request!527Misc is miscellaneous
......@@ -2092,6 +2092,10 @@ function _M:applyRandomClass(b, data, instant)
end
b[#b+1] = resolver
end
elseif resolver.__resolver == "auto_equip_filters" then
if not data.forbid_equip then
b[#b+1] = resolver
end
elseif resolver._allow_random_boss then -- explicitly allowed resolver
b[#b+1] = resolver
end
......
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