Controller rumble if Stairjank is affecting your momentum directioning

Uses the same strength as offroad because of how it's functionally equivalent in Sealed Star stages
This commit is contained in:
toaster 2023-04-12 23:08:50 +01:00
parent 6f9f3a733e
commit 43b1686abf

View file

@ -782,7 +782,8 @@ void P_Ticker(boolean run)
low = 65536 / (3+player->numsneakers);
high = 65536 / (3+player->numsneakers);
}
else if (player->boostpower < FRACUNIT && P_IsObjectOnGround(player->mo))
else if (((player->boostpower < FRACUNIT) || (player->stairjank > 8))
&& P_IsObjectOnGround(player->mo))
{
low = 65536 / 32;
high = 65536 / 32;