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

Fixed Morrigor

git-svn-id: http://svn.net-core.org/repos/t-engine4@6730 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7110904b
No related branches found
No related tags found
No related merge requests found
......@@ -3740,7 +3740,7 @@ newEntity{ base = "BASE_GREATSWORD", define_as="MORRIGOR",
local tids = {}
for tid, _ in pairs(target.talents) do
local t = target:getTalentFromId(tid)
if t.mode == "activated" and not t.uber and not t.on_pre_use and not t.no_npc_use and not t.hide and not t.is_nature and not t.type[1]:find("/other") and not t.type[1]:find("horror") and not t.type[1]:find("race/") and t.id ~= who.T_HIDE_IN_PLAIN_SIGHT then
if t.mode == "activated" and not t.uber and not t.on_pre_use and not t.no_npc_use and not t.hide and not t.is_nature and not t.type[1]:find("/other") and not t.type[1]:find("horror") and not t.type[1]:find("race/") and not t.type[1]:find("inscriptions/") and t.id ~= who.T_HIDE_IN_PLAIN_SIGHT then
tids[#tids+1] = tid
got_talent = true
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