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:
parent
e2ed55364d
commit
9d7b037e05
5 changed files with 21 additions and 0 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue