mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Logistics Rope - Use generic model instead of one linked to DLC (#8666)
This commit is contained in:
@ -4,7 +4,7 @@ class CfgWeapons {
|
|||||||
class ACE_ropeBase: ACE_ItemCore {
|
class ACE_ropeBase: ACE_ItemCore {
|
||||||
scope = 1;
|
scope = 1;
|
||||||
picture = QPATHTOF(data\m_rope_ca);
|
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);
|
descriptionShort = CSTRING(descriptionShort);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user