Seems a bug from a recent change in inventory handling. {F22266} {F22267}
Description
Description
Details
Details
- Legacy ID
- 3299779489
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Inventory
Steps To Reproduce
- Use latest dev branch
- Load attached addon along
- Load attached mission
- Start mission
- Notice your custom class only has 3 RPG ammo - despite having 2 in backpack and 2 from magazines[]
- Start with the default recon LAT soldier to see that the ruck would still have enough room for another RPG rocket
Additional Information
class CfgVehicles
{
class O_recon_LAT_F;
class O_recon_LAT2_F: O_recon_LAT_F
{
displayName = "TEST (AT)"; magazines[] = ...,"RPG32_F","RPG32_F",..};//2x RPG32_F instead of default 1x
};
};