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:
parent
5e075c3344
commit
929e0b0ad8
3 changed files with 7 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue