Skip to content

Commit

Permalink
Merge pull request #70 from Sebsebeleb/master
Browse files Browse the repository at this point in the history
fixed 100 hp monsters
  • Loading branch information
Zireael07 committed Aug 14, 2013
2 parents d16b797 + 3795d40 commit 5f0b253
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions class/Actor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ function _M:init(t, no_default)
self.skill_tumble = 0
self.skill_usemagic = 0

t.max_life = self.max_life

engine.Actor.init(self, t, no_default)
engine.interface.ActorTemporaryEffects.init(self, t)
engine.interface.ActorLife.init(self, t)
Expand Down

0 comments on commit 5f0b253

Please sign in to comment.