Skip to content
Snippets Groups Projects
Commit 9779336f authored by dg's avatar dg
Browse files

Imbuing items changes their names

git-svn-id: http://svn.net-core.org/repos/t-engine4@1609 51575b47-30f0-44d4-a5cc-537603b46e54
parent ae5ace36
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,7 @@ newTalent{
table.mergeAdd(o.wielder, gem.imbue_powers, true)
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..")"
end)
end)
return true
......
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