add: OnARoll chatter event with phrases that bots will say when completing a kill streak in a short amount of time

This commit is contained in:
Владислав Сухов 2024-05-20 19:58:59 +00:00
commit 9d7b037e05
5 changed files with 21 additions and 0 deletions

View file

@ -322,6 +322,7 @@ void BotConfig::loadChatterConfig () {
{ "Chatter_BombSiteSecured", Chatter::BombsiteSecured, 3.5f },
{ "Chatter_GoingToCamp", Chatter::GoingToCamp, 30.0f },
{ "Chatter_Camp", Chatter::Camping, 10.0f },
{ "Chatter_OnARoll", Chatter::OnARoll, kMaxChatterRepeatInterval},
};
while (file.getLine (line)) {