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

Talent equilibrium cost no longer factored into failure rates

git-svn-id: http://svn.net-core.org/repos/t-engine4@4890 51575b47-30f0-44d4-a5cc-537603b46e54
parent 2c96a74c
No related branches found
No related tags found
No related merge requests found
......@@ -2313,7 +2313,7 @@ end
--- Equilibrium check
function _M:equilibriumChance(eq)
eq = (eq or 0) + self:getEquilibrium()
eq = self:getEquilibrium()
local wil = self:getWil()
-- Do not fail if below willpower
if eq < wil then return true, 100 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