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

Secrets of Telos prodigy cant be taken by NPCs

parent 942a4a5e
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,9 @@ uberTalent{
return o1 and o2 and o3
end} },
cant_steal = true,
np_npc_use = true,
on_learn = function(self, t)
if not game.party:hasMember(self) then return end
local list = mod.class.Object:loadList("/data/general/objects/special-artifacts.lua")
local o = game.zone:makeEntityByName(game.level, list, "TELOS_SPIRE", true)
if o then
......
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