mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix unlimited stamina
Thx Жека [Makaveli] for reporting
This commit is contained in:
@@ -148,7 +148,7 @@ class CfgAISkill {
|
||||
aimingspeed[] = {0, 0, 1, 1};
|
||||
commanding[] = {0, 0, 1, 1};
|
||||
courage[] = {0, 0, 1, 1};
|
||||
endurance[] = {0, 0, 1, 1};
|
||||
endurance[] = {0, 0, 1, 0.1};
|
||||
general[] = {0, 0, 1, 1};
|
||||
reloadspeed[] = {0, 0, 1, 1};
|
||||
spotdistance[] = {0, 0, 1, 1};
|
||||
|
||||
Reference in New Issue
Block a user