mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added required CfgMagazines.hpp
This commit is contained in:
parent
ef1dc5453c
commit
c154e5a620
25
optionals/compat_cup/CfgMagazines.hpp
Normal file
25
optionals/compat_cup/CfgMagazines.hpp
Normal file
@ -0,0 +1,25 @@
|
||||
class CfgMagazines {
|
||||
class CUP_M136_M;
|
||||
class ACE_PreloadedMissileDummy_CUP: CUP_M136_M { // The dummy magazine
|
||||
author = "$STR_ACE_Common_ACETeam";
|
||||
scope = 1;
|
||||
scopeArsenal = 1;
|
||||
displayName = "$STR_ACE_Disposable_PreloadedMissileDummy";
|
||||
picture = PATHTOEF(common,UI\blank_CO.paa);
|
||||
weaponPoolAvailable = 0;
|
||||
mass = 0;
|
||||
};
|
||||
class ACE_FiredMissileDummy: ACE_PreloadedMissileDummy {
|
||||
count = 0;
|
||||
};
|
||||
class ACE_UsedTube_F: CUP_M136_M {
|
||||
author = "$STR_ACE_Common_ACETeam";
|
||||
displayName = "$STR_ACE_Disposable_UsedTube";
|
||||
descriptionShort = "$STR_ACE_Disposable_UsedTubeDescription";
|
||||
displayNameShort = "-";
|
||||
count = 0;
|
||||
weaponPoolAvailable = 0;
|
||||
modelSpecial = "";
|
||||
mass = 0;
|
||||
};
|
||||
};
|
@ -554,7 +554,7 @@ class CfgWeapons
|
||||
author = "$STR_ACE_Common_ACETeam";
|
||||
//displayName = "$STR_ACE_Disposable_UsedTube";
|
||||
//descriptionShort = "$STR_ACE_Disposable_UsedTubeDescription";
|
||||
displayName = "Used M136";
|
||||
displayName = "M136 (Used)";
|
||||
descriptionShort = "Used M136 Tube";
|
||||
magazines[] = {"ACE_FiredMissileDummy"};
|
||||
//picture = ""; @todo
|
||||
|
@ -13,3 +13,4 @@ class CfgPatches {
|
||||
|
||||
#include "CfgAmmo.hpp"
|
||||
#include "CfgWeapons.hpp"
|
||||
#include "CfgMagazines.hpp"
|
Loading…
Reference in New Issue
Block a user