Fix these

This commit is contained in:
ineed bots
2023-12-22 00:27:18 -06:00
parent 2606ce3e09
commit 896928fef0
3 changed files with 3 additions and 17 deletions

View File

@@ -48,8 +48,7 @@ BotDoChat( chance, string, isTeam )
return;
}
if ( chance >= 100 || mod >= 100.0 ||
( randomint( 100 ) < ( chance * mod ) + 0 ) )
if ( chance >= 100 || mod >= 100.0 || ( randomint( 100 ) < ( chance * mod ) + 0 ) )
{
if ( isdefined( isTeam ) && isTeam )
{