Skip to content

Apply Jump Flip Sectors to Grounded Jumps Only

SMS Alfredo requested to merge SMS_Alfredo/SRB2:groundflip into next

This merge request makes it so that, when in a Jump Flip Sector, only grounded jumps cause you to flip gravity. Any sort of midair jump will simply result in a normal jump with nothing happening. Same goes for the Bubble Shield bounce since it uses P_DoJump.

Before:

srb20057 srb20058

After:

srb20064 srb20060

Merge request reports