diff --git a/game/modules/tome/data/talents/chronomancy/temporal-hounds.lua b/game/modules/tome/data/talents/chronomancy/temporal-hounds.lua index b9073aba0f005eecd1599dbcc906cac007324c76..acbef5d3b0e83edb70edcb59d97355aff3508f11 100644 --- a/game/modules/tome/data/talents/chronomancy/temporal-hounds.lua +++ b/game/modules/tome/data/talents/chronomancy/temporal-hounds.lua @@ -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