Skip to content

Commit

Permalink
MELB - Fix AFM recoil from rocket weapons (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-MF authored Jun 13, 2024
1 parent b607883 commit d71085f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions addons/melb/CfgMagazines.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ class CfgMagazines {
// Fix "flipping" with AFM - disable recoil
muzzleImpulseFactor[] = {0, 0}; // default: {0.9, 0.4}
};

class VehicleMagazine;
class Hydra_Magazine_MELB: VehicleMagazine {
// Fix "flipping" with AFM - disable recoil, most MELB rocket pods inherit from this one
muzzleImpulseFactor[] = {0, 0}; // default: {5, 5}
};
};

0 comments on commit d71085f

Please sign in to comment.