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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@6722 51575b47-30f0-44d4-a5cc-537603b46e54
parent 2829d38f
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,8 @@ newTalent{
end,
info = function(self, t)
local spt = t.shots_per_turn(self, t)
return ([[Reload your quiver or shot pouch at the rate of %d shot%s per turn (depends on the ammo used).]]):format(spt, (spt > 1 and "s") or "")
return ([[Reload your quiver or shot pouch at the rate of %d shot%s per turn (depends on the ammo used).
Reloading does not break stealth.]]):format(spt, (spt > 1 and "s") or "")
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