reduse fov if ads

This commit is contained in:
INeedBots 2020-11-28 15:12:47 -06:00
parent 5f70e84868
commit e257c40c57

View File

@ -671,6 +671,9 @@ target()
self.bot.target = undefined;
hasTarget = false;
}
// reduce fov if ads'ing
myFov *= 1 - 0.5 * self PlayerADS();
playercount = level.players.size;
for(i = -1; i < playercount; i++)