Keep even more speed

80%->90%
This commit is contained in:
VelocitOni 2025-06-07 22:18:29 -04:00 committed by Ashnal
parent 1ef0cd03c6
commit a9a5e68c8a

View file

@ -46,7 +46,7 @@ Make sure this matches the actual number of states
#define BAIL_MAXCHARGE (84) // tics to bail when in painstate nad in air, on ground is half, if you touch this, also update Obj_BailChargeThink synced animation logic
#define BAIL_DROP (2*FRACUNIT/3)
#define BAIL_BOOST (80*FRACUNIT/100)
#define BAIL_BOOST (90*FRACUNIT/100)
#define BAIL_DROPFREQUENCY (2)
#define BAILSTUN (TICRATE*10)