Skip to content
Snippets Groups Projects
Commit 99ed9f76 authored by dg's avatar dg
Browse files

Alchemist Gems can not become cursed

git-svn-id: http://svn.net-core.org/repos/t-engine4@4383 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5f324318
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ newTalent{
if item.unique then return end
if item.quest then return end
if not item:wornInven() then return end
if item.type == "ammo" or item.type == "gem" then return end
if item.type == "ammo" or item.type == "alchemist-gem" or item.type == "gem" then return end
--[[ test to run all code
if not curses_detrimental then curses_detrimental = mod.class.Object:loadList("/data/general/objects/egos/curses-detrimental.lua") 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