Skip to content
Snippets Groups Projects
Commit 2829d38f authored by dg's avatar dg
Browse files

Reload can be used while stealthed

git-svn-id: http://svn.net-core.org/repos/t-engine4@6721 51575b47-30f0-44d4-a5cc-537603b46e54
parent 3c199004
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ newTalent{
points = 1,
tactical = { AMMO = 2 },
no_reload_break = true,
no_break_stealth = true,
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,
no_unlearn_last = true,
shots_per_turn = function(self, t)
......
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