Fix AF for adjusted stances, fixes #4591

This commit is contained in:
BaerMitUmlaut 2016-11-14 19:24:21 +01:00 committed by Glowbal
parent f679b1d6bb
commit 264fddd1c4

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;