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

Fixed a bug with Beyond the Flesh

parent 37c276fb
No related branches found
No related tags found
No related merge requests found
......@@ -140,8 +140,9 @@ newTalent{
end
return hit
end,
do_mindstar_grab = function(self, t, p)
do_mindstar_grab = function(self, t)
local p = self.sustain_talents[t.id]
if not p then return end
if self:hasEffect(self.EFF_PSIFRENZY) then
if p.mindstar_grab 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