Skip to content
Snippets Groups Projects
Commit 94df0383 authored by DarkGod's avatar DarkGod
Browse files

Prothotipe's Prismatic Eye correctly imbues its spell proc whem imbued on an item

parent 9a61670e
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,10 @@ newTalent{
self:removeObject(self:getInven("INVEN"), gem_item)
o.wielder = o.wielder or {}
table.mergeAdd(o.wielder, gem.imbue_powers, true)
if gem.talent_on_spell then
o.talent_on_spell = o.talent_on_spell or {}
table.append(o.talent_on_spell, gem.talent_on_spell)
end
o.been_imbued = true
game.logPlayer(self, "You imbue your %s with %s.", o:getName{do_colour=true, no_count=true}, gem:getName{do_colour=true, no_count=true})
o.name = o.name .. " ("..gem.name..")"
......
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