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

Negative fatigue is not possible for psi

git-svn-id: http://svn.net-core.org/repos/t-engine4@4420 51575b47-30f0-44d4-a5cc-537603b46e54
parent ae2011a1
No related branches found
No related tags found
No related merge requests found
......@@ -2415,7 +2415,7 @@ function _M:postUseTalent(ab, ret)
trigger = true; self:incParadox(ab.paradox * (1 + (self.paradox / 300)))
end
if ab.psi then
trigger = true; self:incPsi(-ab.psi * (100 + 2 * self.fatigue) / 100)
trigger = true; self:incPsi(-ab.psi * (100 + 2 * self:combatFatigue()) / 100)
end
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