Skip to content
Snippets Groups Projects
Commit 8d8fe200 authored by dg's avatar dg
Browse files

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
parent 39ccc056
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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