Skip to content

Commit

Permalink
Explosives - Increase defuse range for underwater mines (#6429)
Browse files Browse the repository at this point in the history
Fix #6427
  • Loading branch information
PabstMirror committed Jul 13, 2018
1 parent fa7b2ed commit f4a0747
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addons/explosives/CfgAmmo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ class CfgAmmo {
class APERSMine_Range_Ammo: MineBase;
class ATMine_Range_Ammo: MineBase;
class UnderwaterMine_Range_Ammo: MineBase;
class UnderwaterMineAB_Range_Ammo: UnderwaterMine_Range_Ammo;
class UnderwaterMinePDM_Range_Ammo: UnderwaterMine_Range_Ammo;
class DirectionalBombCore: TimeBombCore;
class DirectionalBombBase: DirectionalBombCore;
Expand Down Expand Up @@ -183,4 +179,8 @@ class CfgAmmo {
GVAR(size) = 0;
GVAR(defuseObjectPosition)[] = {0, 0, 0.15};
};
class MineBase;
class UnderwaterMine_Range_Ammo: MineBase {
GVAR(size) = 1;
};
};

0 comments on commit f4a0747

Please sign in to comment.