mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Bots: Lv.1 doesn't wait as long for items
3sec -> 2sec
This commit is contained in:
parent
c43fc4e924
commit
12ff9dc2ba
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ extern "C" {
|
|||
#define BOTRESPAWNCONFIRM (5*TICRATE)
|
||||
|
||||
// How long it takes for a Lv.1 bot to decide to pick an item.
|
||||
#define BOT_ITEM_DECISION_TIME (3*TICRATE)
|
||||
#define BOT_ITEM_DECISION_TIME (2*TICRATE)
|
||||
|
||||
// Point for bots to aim for
|
||||
struct botprediction_t {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue