aboutsummaryrefslogtreecommitdiff
path: root/src/constants.odin
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.odin')
-rw-r--r--src/constants.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.odin b/src/constants.odin
index 946aff0..c3bb52a 100644
--- a/src/constants.odin
+++ b/src/constants.odin
@@ -31,7 +31,7 @@ PLAYER_GUN_KICKBACK :: 4 // how far to move the gun back when you shoot
PLAYER_SCARF_DIST :: 5
-PLAYER_MAX_FALL_DAMAGE :: 5
+PLAYER_MAX_FALL_DAMAGE :: 7
MAX_SAFE_FALL_HEIGHT :: 8 * 16
MAX_FALL_HEIGHT :: 16 * 16