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:
parent
3c1c081239
commit
9689fd00f4
@ -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);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user