minetest-mods / stamina

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

allow healing when max_hp is higher than max stamina #45

Closed fluxionary closed 1 year ago

fluxionary commented 1 year ago

currently, healing is only allowed if saturation is above the current hp level. however, if max_hp is larger than max_saturation (20), healing will stop at 20 even if it's possible to heal more.