feat(sar): add EFS to FAB Caracal variants
Enable EFS and native flotation configuration for Caracal Fast Rope, SAR, and Transport variants. Record the autocenter Geometry LOD root cause and retain the shared EFS and hoist function migration.
This commit is contained in:
+18
-2
@@ -17,12 +17,28 @@ class CfgPatches
|
||||
{
|
||||
"BRAF_Rescue_Seat",
|
||||
"BRAF_Rescue_Basket",
|
||||
"BRAF_Rescue_Stretcher",
|
||||
"BRAF_Esquilo_EFS"
|
||||
"BRAF_Rescue_Stretcher"
|
||||
};
|
||||
weapons[] = {};
|
||||
};
|
||||
};
|
||||
class CfgFunctions
|
||||
{
|
||||
class BRAF
|
||||
{
|
||||
class functions
|
||||
{
|
||||
class efs
|
||||
{
|
||||
file = "\braf\braf_sar\functions\fn_efs.sqf";
|
||||
};
|
||||
class hoist
|
||||
{
|
||||
file = "\braf\braf_sar\functions\fn_hoist.sqf";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
class CfgVehicles
|
||||
{
|
||||
class Items_base_F;
|
||||
|
||||
Reference in New Issue
Block a user