Skip to content
Snippets Groups Projects
Commit 3420a7d0 authored by stuntofthelitter's avatar stuntofthelitter
Browse files

Advanced Shadowmancy - Cursed Bolt informs players if it fails due to not...

Advanced Shadowmancy - Cursed Bolt informs players if it fails due to not having a shadow in sight range
parent 28b62533
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,10 @@ newTalent{
end
end end
if #shadows <= 0 then return nil end
if #shadows <= 0 then
game.logPlayer(self, "You need a shadow in sight range!")
return
end
local damage = self:mindCrit(t.getDamage(self, t))
......
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