minetest-mods / stamina

Adds hunger (stamina) to minetest.
17 stars 18 forks source link

check that hp is less than hp_max when trying to heal #44

Closed fluxionary closed 1 year ago

fluxionary commented 1 year ago

currently, if hp_max is less than the max saturation, heal ticks will drain stamina quickly while doing nothing.

currently, if hp_max is greater than max saturation, healing will max out at max saturation.

this PR changes the behavior to cause healing to occur so long as saturation is high enough and hp is less than hp_max.