We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07b50db + f9c4215 commit 2da78d4Copy full SHA for 2da78d4
1 file changed
src/game/mario_actions_airborne.c
@@ -64,7 +64,7 @@ s32 check_fall_damage(struct MarioState *m, u32 hardFallAction) {
64
65
if (m->action != ACT_TWIRLING && m->floor->type != SURFACE_BURNING) {
66
if (m->vel[1] < -55.0f) {
67
- if (fallHeight > 3000.0f) {
+ if (fallHeight > 1800.0f) {
68
m->hurtCounter += 16;
69
return drop_and_set_mario_action(m, hardFallAction, 4);
70
} else if (fallHeight > damageHeight && !mario_floor_is_slippery(m)) {
0 commit comments