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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@1167 51575b47-30f0-44d4-a5cc-537603b46e54
parent cc99d53e
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ newBirthDescriptor{
starting_level = 8, starting_level_force_down = true,
starting_quest = "start-undead",
undead = 1,
}
},
random_escort_possibilities = { {"trollshaws", 2, 5}, {"tower-amon-sul", 1, 4}, {"carn-dum", 1, 7}, {"old-forest", 1, 7}, {"tol-falas", 1, 8}, {"moria", 1, 1}, {"eruan", 1, 3}, },
}
......
......@@ -210,7 +210,7 @@ newTalent{
end,
info = function(self)
return ([[Call upon the luck and cunning of the Little Folk to increase your physical and spell critical strike chance by %d%% for 5 turns.
The bonus will increase with the Constitution stat]]):format(10 + self:getCon() / 5, 10 + self:getCon() / 5)
The bonus will increase with the Cunning stat]]):format(10 + self:getCon() / 5, 10 + self:getCon() / 5)
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