Force T bot to plant the bomb if inside bomb-plant area and has C4.
Minor refactoring.
This commit is contained in:
parent
60556a0e4c
commit
e15b6219ec
4 changed files with 56 additions and 25 deletions
|
|
@ -1297,7 +1297,7 @@ void Bot::NewRound (void)
|
|||
m_defendHostage = false;
|
||||
m_headedTime = 0.0f;
|
||||
|
||||
m_timeLogoSpray = engine.Time () + Random.Float (0.5f, 2.0f);
|
||||
m_timeLogoSpray = engine.Time () + Random.Float (5.0f, 30.0f);
|
||||
m_spawnTime = engine.Time ();
|
||||
m_lastChatTime = engine.Time ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue