Skip to content

Commit

Permalink
Improve M4 SLAM mine damage towards vehicles
Browse files Browse the repository at this point in the history
  • Loading branch information
mrschick committed Sep 24, 2024
1 parent b59e317 commit 2a331ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/explosives/CfgAmmo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class CfgAmmo {
// "The SLAM has an anti-tamper feature that is only active in the bottom- and side-attack modes."
class SLAMDirectionalMine_Wire_Ammo: DirectionalBombBase {
indirectHitRange = 20;
explosionAngle = 60;
GVAR(explodeOnDefuseChance) = 1;
GVAR(magazine) = "SLAMDirectionalMine_Wire_Mag";
GVAR(size) = 0;
Expand All @@ -70,7 +71,7 @@ class CfgAmmo {
class ACE_SLAMDirectionalMine_Magnetic_Ammo: SLAMDirectionalMine_Wire_Ammo {
mineTrigger = "ACE_MagneticTrigger";
GVAR(explodeOnDefuseChance) = 1;
explosionAngle = 360;
explosionAngle = 60;
indirectHitRange = 1;
mineInconspicuousness = 25;
icon = "iconExplosiveGP";
Expand Down

0 comments on commit 2a331ec

Please sign in to comment.