mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #4671 from acemod/fix-af-adj-stances
Fix advanced fatigue for adjusted stances
This commit is contained in:
commit
88596aaaf1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user