mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
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:
parent
ad1d0e616e
commit
c3e64d3806
1 changed files with 1 additions and 1 deletions
|
@ -3733,7 +3733,7 @@ void BotMapScripts(bot_state_t *bs) {
|
|||
shootbutton = qfalse;
|
||||
break;
|
||||
}
|
||||
else {
|
||||
else if (bs->enemy == i) {
|
||||
shootbutton = qtrue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue