Logistics Rope - Use generic model instead of one linked to DLC (#8666)

This commit is contained in:
PabstMirror 2021-11-06 13:05:03 -05:00 committed by GitHub
parent 3c1c081239
commit 9689fd00f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ class CfgWeapons {
class ACE_ropeBase: ACE_ItemCore {
scope = 1;
picture = QPATHTOF(data\m_rope_ca);
model = "\A3\Structures_F_Heli\Items\Tools\Rope_01_F.p3d";
// model = "\A3\Structures_F_Heli\Items\Tools\Rope_01_F.p3d"; // model is Locked to Helicopter DLC
descriptionShort = CSTRING(descriptionShort);
};