minetest-mods / stamina

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

add global function for mods #7

Closed tenplus1 closed 8 years ago

tenplus1 commented 8 years ago

added global function stamina.amend_level(player, change) so that mods can change stamina levels.

sofar commented 8 years ago

Can you name it stamina.change(player, change) instead?

sofar commented 8 years ago

Please remove the Code tidy and tweak commit. It does not belong in this PR.

sofar commented 8 years ago

Now you combined the 2 changes into a single commit... That's not right either (it should have been a separate PR).

tenplus1 commented 8 years ago

One global function and 2 fixes that work, I dont see the problem with combining them.

sofar commented 8 years ago

You're not the maintainer of this mod.

sofar commented 8 years ago

4b158d3 - contains the stamina.change() part only.