better dog combat

This commit is contained in:
ineed bots
2023-12-11 16:37:59 -06:00
parent 930f9a3aa0
commit 1126cf4be6
3 changed files with 21 additions and 3 deletions

View File

@ -2926,7 +2926,7 @@ bot_kill_dog_think_loop()
self BotNotifyBotEvent( "attack_dog", "start", targetDog );
self SetScriptEnemy( targetDog, ( 0, 0, 5 ) );
self SetScriptEnemy( targetDog );
self bot_dog_attack( targetDog );
self ClearScriptEnemy();
@ -2943,7 +2943,7 @@ bot_kill_dog_think()
for ( ;; )
{
wait( 1 );
wait( 0.5 );
if ( self HasScriptEnemy() )
continue;