diff --git a/src/game/mario_actions_cutscene.c b/src/game/mario_actions_cutscene.c index a1d27d22..d437d717 100644 --- a/src/game/mario_actions_cutscene.c +++ b/src/game/mario_actions_cutscene.c @@ -2776,6 +2776,8 @@ static s32 check_for_instant_quicksand(struct MarioState *m) { // never kill remote marios return FALSE; } + if (m->action == ACT_BUBBLED) { return FALSE; } + if (m->floor->type == SURFACE_INSTANT_QUICKSAND && m->action & ACT_FLAG_INVULNERABLE && m->action != ACT_QUICKSAND_DEATH) { update_mario_sound_and_camera(m);