Skip to content

Commit

Permalink
Decrease direct hit damage done by AGM-114N (#6121)
Browse files Browse the repository at this point in the history
Fix #6114
  • Loading branch information
PabstMirror authored Feb 8, 2018
1 parent a719530 commit b4479bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/hellfire/CfgAmmo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ class CfgAmmo {
displayNameShort = "AGM-114N";
description = "AGM-114N";
descriptionShort = "AGM-114N";
hit = 1100;
hit = 200;
indirectHit = 200;
indirectHitRange = 10;
indirectHitRange = 12;
explosionEffects = "BombExplosion";
class ace_missileguidance: ace_missileguidance {
enabled = 1; // Missile Guidance must be explicitly enabled
Expand Down

0 comments on commit b4479bc

Please sign in to comment.