mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Explosives - Increase defuse range for underwater mines (#6429)
Fix #6427
This commit is contained in:
parent
fa7b2ed73d
commit
f4a0747493
@ -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;
|
||||
|
||||
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user