Skip to content
Snippets Groups Projects
Commit 89bb2fc5 authored by Eric Wykoff's avatar Eric Wykoff
Browse files

fix command blink preuse

parent 4ccafcdc
No related branches found
No related tags found
1 merge request!200More fixes
......@@ -218,9 +218,9 @@ newTalent{
requires_target = true,
on_pre_use = function(self, t, silent)
local p = self:isTalentActive(self.T_TEMPORAL_HOUNDS)
if not p or p.hounds < 1 then
if not p then
if not silent then
game.logPlayer(self, "You must have temporal hounds to use this talent.")
game.logPlayer(self, "Temporal Hounds must be sustained to cast this spell.")
end
return false
end
......
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