Fix FRIES attach point for unarmed wildcat (#4518)

Close #4490
This commit is contained in:
PabstMirror 2016-10-06 15:58:45 -05:00 committed by GitHub
parent 059980b1a5
commit 198f6c93e4

View File

@ -217,7 +217,7 @@ class CfgVehicles {
GVAR(enabled) = 2;
GVAR(ropeOrigins)[] = {"ropeOriginRight", "ropeOriginLeft"};
GVAR(friesType) = "ACE_friesGantry";
GVAR(friesAttachmentPoint)[] = {-1.07, 3.26, -0.5};
GVAR(friesAttachmentPoint)[] = {1.07, 2.5, -0.5};
EQUIP_FRIES_ATTRIBUTE;
};
class Heli_Transport_04_base_F: Helicopter_Base_H {