mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Merge branch 'spb-starts-closerange-chase-from-further-away' into 'master'
SPB Activation Range is doubled See merge request kart-krew-dev/ring-racers-internal!2935
This commit is contained in:
commit
2769037787
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