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

pop

git-svn-id: http://svn.net-core.org/repos/t-engine4@1853 51575b47-30f0-44d4-a5cc-537603b46e54
parent 738ca8a0
No related branches found
No related tags found
No related merge requests found
...@@ -192,13 +192,6 @@ function _M:act() ...@@ -192,13 +192,6 @@ function _M:act()
t.do_regenLife(self, t) t.do_regenLife(self, t)
end end
self:regenResources() self:regenResources()
--if self.hate and self.hate > 0 then
-- -- hate goes down more based on time since last kill
-- self.hate_time_since_kill = math.min((self.hate_time_since_kill or 0) + 1, 130)
-- if self.hate_time_since_kill > 30 then
-- self.hate = math.max(self.hate - (0.015 * (self.hate_time_since_kill - 30) / 100), 0)
-- end
--end
-- Compute timed effects -- Compute timed effects
self:timedEffects() self:timedEffects()
......
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