Tweaked prone animation duty

This commit is contained in:
BaerMitUmlaut 2016-11-14 21:54:51 +01:00
parent a4c6daef50
commit e4a4d8f56d

View File

@ -28,7 +28,7 @@ if (_animType in ["idl", "mov", "adj"]) then {
_duty = 1.5; _duty = 1.5;
}; };
case ("pne"): { case ("pne"): {
_duty = 12; _duty = 10;
}; };
default { default {
_duty = 1; _duty = 1;