summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
authorSmallJoker <mk939@ymail.com>2015-02-04 09:00:34 +0100
committerCraig Robbins <kde.psych@gmail.com>2015-02-05 17:33:08 +1000
commit929e0b0ad8a1e2a7b373f5661e52e2384a24916d (patch)
treeff1b218193e9fc1e6dede0fa95142a91ee0b662c /src/constants.h
parent5e075c3344911176421be3ae08e2bdc432a83b8f (diff)
downloadminetest-929e0b0ad8a1e2a7b373f5661e52e2384a24916d.tar.gz
minetest-929e0b0ad8a1e2a7b373f5661e52e2384a24916d.tar.bz2
minetest-929e0b0ad8a1e2a7b373f5661e52e2384a24916d.zip
Give full breath after death
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h
index 6969b4d81..9a7bb9d86 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -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.