Merge pull request #4671 from acemod/fix-af-adj-stances

Fix advanced fatigue for adjusted stances
This commit is contained in:
BaerMitUmlaut 2016-11-14 19:59:27 +01:00 committed by GitHub
commit 88596aaaf1

View File

@ -22,7 +22,7 @@ private _animType = _animName select [1, 3];
GVAR(isSwimming) = false;
if (_animType in ["idl", "mov"]) then {
if (_animType in ["idl", "mov", "adj"]) then {
switch (_animName select [5, 3]) do {
case ("knl"): {
_duty = 1.5;