diff --git a/game/modules/tome/data/talents/psionic/psi-archery.lua b/game/modules/tome/data/talents/psionic/psi-archery.lua index c38c11b3f129a74535c73f0c5ac01ea75153b732..fb45e8e211990ab9bc40d3824efcb229e249b2c4 100644 --- a/game/modules/tome/data/talents/psionic/psi-archery.lua +++ b/game/modules/tome/data/talents/psionic/psi-archery.lua @@ -225,7 +225,8 @@ newTalent{ local apr = 0 local crit = 0 local speed = 1 - local o = self:getInven("PSIONIC_FOCUS")[1] + local inven = self:getInven("PSIONIC_FOCUS") + local o = inven and inven[1] if type(o) == "boolean" then o = nil end if not o then return ([[You temporarily set aside a part of you mind to direct your telekinetically-wielded bow. It will automatically attack the nearest target each turn for %d turns.