diff --git a/game/modules/tome/data/talents/psionic/focus.lua b/game/modules/tome/data/talents/psionic/focus.lua index e4be069..670c898 100644 --- a/game/modules/tome/data/talents/psionic/focus.lua +++ b/game/modules/tome/data/talents/psionic/focus.lua @@ -35,8 +35,8 @@ newTalent{ end, psi = 10, tactical = { ATTACK = function(self, t, target) - local val = { PHYSICAL = 2} - if gem_level > 0 and not tg.dead and self:knowTalent(self.T_CONDUIT) and self:isTalentActive(self.T_CONDUIT) then + local val = { PHYSICAL = 2 } + if getGemLevel(self) > 0 and not tg.dead and self:knowTalent(self.T_CONDUIT) and self:isTalentActive(self.T_CONDUIT) then local c = self:getTalentFromId(self.T_CONDUIT) local auras = self:isTalentActive(c.id) if auras.k_aura_on then