Skip to content
Snippets Groups Projects
Commit 5536f9ac authored by dg's avatar dg
Browse files

Stun can not put Reload on cooldown

git-svn-id: http://svn.net-core.org/repos/t-engine4@5694 51575b47-30f0-44d4-a5cc-537603b46e54
parent e5465bb7
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ newTalent{
name = "Reload",
type = {"technique/archery-base", 1},
cooldown = 0,
innate = true,
points = 1,
tactical = { AMMO = 2 },
on_pre_use = function(self, t, silent) if not self:hasAmmo() then if not silent then game.logPlayer(self, "You must have a quiver or pouch equipped.") end return false end return true 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