Skip to content
Snippets Groups Projects
Commit 71b1131e authored by DarkGod's avatar DarkGod
Browse files

fixed mindslayers birth with no auto assign talents

parent faa4a6a3
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ function resolvers.calc.equip(t, e)
end
if e:wearObject(o, true, false, filter.force_inven or nil, filter.force_item or nil) == false then
if filter.force_inven then -- we just really want it
if filter.force_inven and e:getInven(filter.force_inven) then -- we just really want it
e:addObject(filter.force_inven, o, true, filter.force_item)
else
e:addObject(e.INVEN_INVEN, o)
......
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