mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Customizeable max breath for players (#6411)
* Customizeable maximal breath for players
This commit is contained in:
parent
7640749d68
commit
edbc533414
11 changed files with 57 additions and 47 deletions
|
@ -89,11 +89,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
// Size of player's main inventory
|
||||
#define PLAYER_INVENTORY_SIZE (8 * 4)
|
||||
|
||||
// Maximum hit points of a player
|
||||
// Default maximum hit points of a player
|
||||
#define PLAYER_MAX_HP_DEFAULT 20
|
||||
|
||||
// Maximal breath of a player
|
||||
#define PLAYER_MAX_BREATH 11
|
||||
// Default maximal breath of a player
|
||||
#define PLAYER_MAX_BREATH_DEFAULT 11
|
||||
|
||||
// Number of different files to try to save a player to if the first fails
|
||||
// (because of a case-insensitive filesystem)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue