chatter: do not respect timers while discconnecting bot (ref #424 )

combat: tweaked combat behavior a little (do not use strafe in narrow places)
This commit is contained in:
jeefo 2023-04-03 11:55:01 +03:00
commit 38f2716edb
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
4 changed files with 20 additions and 13 deletions

View file

@ -1061,7 +1061,7 @@ public:
void pushMsgQueue (int message);
void prepareChatMessage (StringRef message);
void checkForChat ();
void showChaterIcon (bool show);
void showChaterIcon (bool show, bool disconnect = false);
void clearSearchNodes ();
void checkBreakable (edict_t *touch);
void checkBreakablesAround ();