mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-09-01 13:57:25 +00:00
better dom
This commit is contained in:
@@ -2714,6 +2714,8 @@ bot_dom_cap_think()
|
||||
|
||||
otherFlagCount = maps\mp\gametypes\dom::getTeamFlagCount( otherTeam );
|
||||
|
||||
if (game["teamScores"][myteam] >= game["teamScores"][otherTeam])
|
||||
{
|
||||
if ( myFlagCount < otherFlagCount )
|
||||
{
|
||||
if ( randomint( 100 ) < 15 )
|
||||
@@ -2729,6 +2731,7 @@ bot_dom_cap_think()
|
||||
if ( randomint( 100 ) < 95 )
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
flag = undefined;
|
||||
flags = [];
|
||||
|
Reference in New Issue
Block a user