SPB Activation Range is doubled

Accounts for moving twice as fast, should no longer smack 1st with sliptide dust from activation before on-screen
This commit is contained in:
VelocitOni 2025-10-12 16:32:56 -04:00
parent 5284dba540
commit fc8e1f5f0c

View file

@ -28,7 +28,7 @@
#define SPB_SLIPTIDEDELTA (ANG1 * 3)
#define SPB_STEERDELTA (ANGLE_90 - ANG10)
#define SPB_DEFAULTSPEED (FixedMul(mapobjectscale, K_GetKartSpeedFromStat(9) * 2))
#define SPB_ACTIVEDIST (1024 * FRACUNIT)
#define SPB_ACTIVEDIST (2048 * FRACUNIT)
#define SPB_HOTPOTATO (2*TICRATE)
#define SPB_MAXSWAPS (2)