Skip to content

Commit 247fdcf

Browse files
committed
Increase time for using firearms to clear breakable
1 parent 5f09156 commit 247fdcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/server/neo/bot/behavior/neo_bot_path_clear_breakable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ActionResult< CNEOBot > CNEOBotPathClearBreakable::OnStart( CNEOBot *me, Action<
8282
{
8383
m_isWaitingForFullReload = false;
8484
m_bDidSwitchWeapon = false;
85-
m_giveUpTimer.Start( 5.0f );
85+
m_giveUpTimer.Start( 10.0f );
8686
m_meleeTimeoutTimer.Start( 2.0f );
8787

8888
if ( !m_hBreakable.Get() )

0 commit comments

Comments
 (0)