Increased launch height

This commit is contained in:
Zippy_Zolton 2021-01-11 13:25:42 -06:00
parent 1917155adf
commit 129ac4633c

View file

@ -12779,7 +12779,7 @@ void P_PlayerAfterThink(player_t *player)
player->powers[pw_carry] = CR_NONE;
P_SetTarget(&player->mo->tracer, NULL);
P_KillMobj(ptera, player->mo, player->mo, 0);
P_SetObjectMomZ(player->mo, 9*FRACUNIT, false);
P_SetObjectMomZ(player->mo, 16*FRACUNIT, false);
player->pflags |= PF_APPLYAUTOBRAKE|PF_JUMPED|PF_THOKKED;
P_SetMobjState(player->mo, S_PLAY_ROLL);
break;