diff --git a/game/modules/tome/data/talents/techniques/archery.lua b/game/modules/tome/data/talents/techniques/archery.lua index 231b4774eca37592cde2f9b55ae2511c3682b5fd..d5422420a71ab4158957cfd96a17ab7b29343914 100644 --- a/game/modules/tome/data/talents/techniques/archery.lua +++ b/game/modules/tome/data/talents/techniques/archery.lua @@ -35,7 +35,7 @@ newTalent{ } end, stamina = function(self, t) - if not self:isTalentActive("T_SKIRMISHER_BOMBARDMENT") or not wardenPreUse(self, t, false, "sling") then return nil end + if not self:isTalentActive("T_SKIRMISHER_BOMBARDMENT") or not wardenPreUse(self, t, true, "sling") then return nil end local b = self:getTalentFromId("T_SKIRMISHER_BOMBARDMENT") return b.shot_stamina(self, b)