keep ai tweaks except of relaod

This commit is contained in:
commy2 2015-05-08 20:13:20 +02:00
parent cea6d0063d
commit 7294056da0
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,8 @@ class CfgAISkill {
courage[] = {0,0, 1,0.7}; // {0,0,1,1};
endurance[] = {0,0, 1,0.7}; // {0,0,1,1};
general[] = {0,0, 1,0.9}; // {0,0,1,1};
reloadSpeed[] = {0,0, 1,0.8}; // {0,0,1,1};
// apparently breaks rapid firing in single fire mode for players
//reloadSpeed[] = {0,0, 1,0.8}; // {0,0,1,1};
spotDistance[] = {0,0, 1,0.9}; // {0,0.2,1,0.4};
spotTime[] = {0,0, 1,0.7}; // {0,0,1,0.7};
};

View File

@ -12,5 +12,5 @@ class CfgPatches {
};
};
//#include "CfgAISkill.hpp"
#include "CfgAISkill.hpp"
#include "CfgWeapons.hpp"