From 8d8fe200e87f7bad2f7ece7f5a5a989d7202b1d8 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Thu, 17 Jan 2013 14:06:37 +0000 Subject: [PATCH] Fixed You Shall Be My Weapon! not triggering its cooldown git-svn-id: http://svn.net-core.org/repos/t-engine4@6351 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/talents/uber/str.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/game/modules/tome/data/talents/uber/str.lua b/game/modules/tome/data/talents/uber/str.lua index e2313e1b96..eea954d568 100644 --- a/game/modules/tome/data/talents/uber/str.lua +++ b/game/modules/tome/data/talents/uber/str.lua @@ -64,6 +64,7 @@ uberTalent{ if t2:canBe("stun") then t2:setEffect(t2.EFF_STUNNED, 3, {}) end end) if target:canBe("stun") then target:setEffect(target.EFF_STUNNED, 3, {}) end + return true end, info = function(self, t) return ([[You deal a massive blow to your foe, smashing it for 350%% weapon damage and knocking it back 6 tiles away. -- GitLab