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

Undending Frenzy bonus increased

git-svn-id: http://svn.net-core.org/repos/t-engine4@5187 51575b47-30f0-44d4-a5cc-537603b46e54
parent a4631341
No related branches found
No related tags found
No related merge requests found
......@@ -1907,7 +1907,7 @@ function _M:die(src, death_note)
-- Give stamina back
if src and src.knowTalent and src:knowTalent(src.T_UNENDING_FRENZY) then
src:incStamina(src:getTalentLevel(src.T_UNENDING_FRENZY) * 2)
src:incStamina(src:getTalentLevel(src.T_UNENDING_FRENZY) * 4)
end
-- Regain Psi
......
......@@ -207,7 +207,7 @@ newTalent{
mode = "passive",
points = 5,
info = function(self, t)
return ([[You revel in the death of your foes, regaining %d stamina with each death.]]):format(self:getTalentLevel(t) * 2)
return ([[You revel in the death of your foes, regaining %d stamina with each death.]]):format(self:getTalentLevel(t) * 4)
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