1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Give full breath after death

This commit is contained in:
SmallJoker 2015-02-04 09:00:34 +01:00 committed by Craig Robbins
parent 5e075c3344
commit 929e0b0ad8
3 changed files with 7 additions and 3 deletions

View file

@ -89,6 +89,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
// Maximum hit points of a player
#define PLAYER_MAX_HP 20
// Maximal breath of a player
#define PLAYER_MAX_BREATH 11
// Number of different files to try to save a player to if the first fails
// (because of a case-insensitive filesystem)
// TODO: Use case-insensitive player names instead of this hack.