Bots: Lv.1 doesn't wait as long for items

3sec -> 2sec
This commit is contained in:
Sally Coolatta 2023-05-15 06:31:01 -04:00
parent c43fc4e924
commit 12ff9dc2ba

View file

@ -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 {