Skip to content
Snippets Groups Projects
Commit 9256ff31 authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@4696 51575b47-30f0-44d4-a5cc-537603b46e54
parent 3f02bd16
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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