Skip to content
Snippets Groups Projects
Commit 255a07c0 authored by Sheila's avatar Sheila
Browse files

lower throwing knives level requirement

parent efc20fbe
No related branches found
No related tags found
2 merge requests!540Misc tweaks,!533Misc tweaks
......@@ -99,7 +99,7 @@ newTalent{
points = 5,
require = {
stat = { dex=function(level) return 12 + (level-1) * 2 end },
level = function(level) return 0 + (level-1) * 8 end,
level = function(level) return 0 + (level-1) * 4 end,
},
on_learn = function(self, t)
venomous_throw_check(self)
......
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