Merge pull request #7322 from acemod/nlawDisposableNoWell

Disposable - Fix magazineWell problems
This commit is contained in:
commy2 2019-12-21 07:52:21 +01:00 committed by GitHub
commit a60ee716be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ class CfgWeapons {
scopeArsenal = 2;
baseWeapon = "launch_NLAW_F";
magazineWell[] = {}; // remove magwell, so only the fakeMag can be loaded (inherited by used)
magazines[] = {"CBA_FakeLauncherMagazine"};
magazineReloadTime = 0.1;
reloadMagazineSound[] = {"",1,1};
@ -25,6 +26,7 @@ class CfgWeapons {
baseWeapon = "launch_NLAW_F";
magazines[] = {"NLAW_F"};
magazineWell[] = {"NLAW"}; // restore magwell
class EventHandlers {
fired = "_this call CBA_fnc_firedDisposable"; // this weapon eventhandler is required!