Merge branch 'cbaDisposable' of https://github.com/acemod/ACE3 into cbaDisposable

This commit is contained in:
PabstMirror 2019-04-26 16:41:45 -05:00
commit 5265e8bd84
2 changed files with 13 additions and 1 deletions

View File

@ -218,6 +218,18 @@ class CfgWeapons {
};
};
class ACE_launch_NLAW_ready_F: launch_NLAW_F {
class WeaponSlotsInfo: WeaponSlotsInfo {
mass = 195; // 275 - 80
};
};
class ACE_launch_NLAW_used_F: launch_NLAW_F {
class WeaponSlotsInfo: WeaponSlotsInfo {
mass = 195; // 275 - 80
};
};
// - RPG-32 ---------------------------------------------------------------
class launch_RPG32_F: Launcher_Base_F {
class WeaponSlotsInfo: WeaponSlotsInfo {

View File

@ -5,7 +5,7 @@ class CfgPatches {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
requiredAddons[] = {"ace_common","ace_disposable"};
author = ECSTRING(common,ACETeam);
authors[] = {"BaerMitUmlaut"};
url = ECSTRING(main,URL);