Reduced 'Need backup' for unskilled bots.

Fixed some typos.
This commit is contained in:
jeefo 2019-08-24 21:17:11 +03:00
commit d04f44d8fc
5 changed files with 19 additions and 28 deletions

View file

@ -268,13 +268,13 @@ CR_DECLARE_SCOPED_ENUM (Weapon,
// buy counts
CR_DECLARE_SCOPED_ENUM (BuyState,
PrimaryWeapon = 0,
ArmorVestHelm,
SecondaryWeapon,
Grenades,
DefusalKit,
Ammo,
NightVision,
Done
ArmorVestHelm,
SecondaryWeapon,
Grenades,
DefusalKit,
Ammo,
NightVision,
Done
)
// economics limits
@ -979,7 +979,7 @@ public:
void showChaterIcon (bool show);
void clearSearchNodes ();
void checkBreakable (edict_t *touch);
void checkBreablesAround ();
void checkBreakablesAround ();
void startTask (Task id, float desire, int data, float time, bool resume);
void clearTask (Task id);
void filterTasks ();