# Load the SOG DLC
# Load into a mission with access to a debug console
# Execute this code:
```
player addWeapon "vn_m79_p";
player addWeaponItem ["vn_m79_p", ["vn_40mm_m576_buck_mag", 1, "vn_m79_p_shot_muzzle"], true];
getUnitLoadout player select 2 // Returns `["vn_m79_p","","","",[],[],""]`, but magazine was added in secondary muzzle
```