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

pff

parent d2f6e4bb
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ newTalent{
end
end
end)
elseif self:getInven("PSIONIC_FOCUS")[1] and self:getInven("PSIONIC_FOCUS")[1].type == "gem" then
elseif self:getInven("PSIONIC_FOCUS") and self:getInven("PSIONIC_FOCUS")[1] and self:getInven("PSIONIC_FOCUS")[1].type == "gem" then
local list = {}
local gem = self:getInven("PSIONIC_FOCUS")[1]
self:project({type="ball", radius=6}, self.x, self.y, function(px, py)
......
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