broma-arma / BromA-Framework-A3-Addon

The addon version of the BromA Framework for ArmA 3.
5 stars 9 forks source link

Some 3CB BAF vehicles don't have inventory vehicle ammo. #177

Open Coryf88 opened 2 years ago

Coryf88 commented 2 years ago

At least UK3CB_BAF_Coyote_Passenger_L111A1_D and UK3CB_BAF_Coyote_Passenger_L134A1_D don't get vehicle ammo added to their inventory.

Caused by UK3CB_BAF_vehicles_Weapons_fnc_rearm expecting those vehicles to isKindOf: "UK3CB_BAF_Coyote_L111A1_Base_D"/"UK3CB_BAF_Coyote_L134A1_Base_D" and "UK3CB_BAF_Jackal_Base_D" Vehicles actual isKindOf: "UK3CB_BAF_Coyote_L111A1_Base"/"UK3CB_BAF_Coyote_L134A1_Base" and "UK3CB_BAF_Jackal_Base"