mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-07 23:42:44 +00:00
in #65313 (Fixes ollieing onto empty space tiles making you float forever) i fixed skateboards being able to fly but i should have coded it differently because its still possible to fly by just spamming ollie and not moving. This does it in a more proper way. The BLOCK_Z_OUT_DOWN gets removed only after the code that makes the vehicle do the ollie has run. This means it will still be immune to falling while moving with the ollie action button. The changes i made makes it remove the BLOCK_Z_OUT_DOWN flag if it doesn't find something to grind on, so that it won't be immune to falling when moving with ollie. This now gets done before the ollie code runs so that it won't have the flag while moving.