reduce fov if ads'ing

This commit is contained in:
INeedBots 2020-11-28 15:14:36 -06:00
parent 997967771d
commit cb625cc045

View File

@ -741,6 +741,9 @@ target()
vehEnt = level.chopper;
}
// reduce fov if ads'ing
myFov *= 1 - 0.5 * self PlayerADS();
if(hasTarget && !isDefined(self.bot.target.entity))
{
self.bot.target = undefined;