feat(sar): unify hoist payload handling

This commit is contained in:
2026-06-24 17:45:06 -03:00
parent 4c70125409
commit f101781838
12 changed files with 211 additions and 149 deletions
+5 -2
View File
@@ -15,7 +15,10 @@ class CfgPatches
requiredVersion = 0.1;
units[] =
{
"BRAF_Rescue_Seat"};
"BRAF_Rescue_Seat",
"BRAF_Rescue_Basket",
"BRAF_Rescue_Stretcher"
};
weapons[] = {};
};
};
@@ -23,4 +26,4 @@ class CfgVehicles
{
class Items_base_F;
#include "SAR_Base.hpp"
};
};