add mobs:mob_reset_stick

This commit is contained in:
TenPlus1
2019-03-23 18:36:22 +00:00
parent 8da3bb5cb1
commit a1d4e9bbfc
2 changed files with 49 additions and 1 deletions

View File

@ -2963,7 +2963,7 @@ function mob_class:mob_activate(staticdata, def, dtime)
end
if self.health == 0 then
self.health = random (self.hp_min, self.hp_max)
self.health = random(self.hp_min, self.hp_max)
end
-- pathfinding init