Change SLAM bottom attack ammo to be more bottom attacky

This commit is contained in:
VKing 2016-01-13 15:41:20 +01:00
parent b87a6327ee
commit 1ae21ad354

View File

@ -54,6 +54,10 @@ class CfgAmmo {
};
class ACE_SLAMDirectionalMine_Magnetic_Ammo: SLAMDirectionalMine_Wire_Ammo {
mineTrigger = "ACE_MagneticTrigger";
explosionAngle = 360;
indirectHitRange = 1;
mineInconspicuousness = 25;
icon = "iconExplosiveGP";
};
class PipeBombBase;