mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Bots: Increase spindash confirm further
Felt like they were spindashing just sliiiightly too often.
This commit is contained in:
parent
d55c9038cc
commit
77ab86ab34
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ extern "C" {
|
|||
#define BOTTURNCONFIRM 4
|
||||
|
||||
// How many tics with only one spindash-viable condition before we'll let you spindash.
|
||||
#define BOTSPINDASHCONFIRM (3*TICRATE)
|
||||
#define BOTSPINDASHCONFIRM (4*TICRATE)
|
||||
|
||||
// How many tics without being able to make progress before we'll let you respawn.
|
||||
#define BOTRESPAWNCONFIRM (5*TICRATE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue