mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
parent
5284dba540
commit
fc8e1f5f0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue