Make bots only use q3tourney6 crusher to kill their enemy

Only use the crusher for killing the bot's enemy. This doesn't
affect 1v1 very much but prevents the whole team of bots in CTF
from suddenly shooting at the crusher button. Entering the crusher
bounds was basically instant death.
This commit is contained in:
Zack Middleton 2017-08-26 23:22:54 -05:00
parent ad1d0e616e
commit c3e64d3806
1 changed files with 1 additions and 1 deletions

View File

@ -3733,7 +3733,7 @@ void BotMapScripts(bot_state_t *bs) {
shootbutton = qfalse; shootbutton = qfalse;
break; break;
} }
else { else if (bs->enemy == i) {
shootbutton = qtrue; shootbutton = qtrue;
} }
} }