diff options
author | sys4-fr <sys4@free.fr> | 2016-11-25 17:06:01 +0100 |
---|---|---|
committer | rubenwardy <rubenwardy@gmail.com> | 2016-11-25 16:06:01 +0000 |
commit | cdf47aba8b5ff502bc2fb10b6519ffd9211acd4b (patch) | |
tree | a4377054a9a587e7213b527c0bb4728e75682860 | |
parent | d50bf2b4cd7e10790b137409c19a69bf19ee6cfd (diff) |
Fix support for last change of hbhunger
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ function diet.item_eat(max, replace_with_item, poisen, heal) h = h + points if h > 30 then h = 30 end hbhunger.hunger[name] = h - hbhunger.set_hunger(user) + hbhunger.set_hunger_raw(user) -- healing local hp = user:get_hp() |