mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-06-27 14:51:56 +00:00
reduse fov if ads
This commit is contained in:
@ -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++)
|
||||
|
Reference in New Issue
Block a user