mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #1040 from acemod/disableCfgAISkill
Disables the CfgAISkill class to prevent it from affecting players.
This commit is contained in:
commit
2ffabec250
@ -21,7 +21,8 @@ class CfgAISkill {
|
|||||||
courage[] = {0,0, 1,0.7}; // {0,0,1,1};
|
courage[] = {0,0, 1,0.7}; // {0,0,1,1};
|
||||||
endurance[] = {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};
|
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};
|
spotDistance[] = {0,0, 1,0.9}; // {0,0.2,1,0.4};
|
||||||
spotTime[] = {0,0, 1,0.7}; // {0,0,1,0.7};
|
spotTime[] = {0,0, 1,0.7}; // {0,0,1,0.7};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user