Add spare barrel to VA in 1.64 (#4328)

Close #4325
This commit is contained in:
PabstMirror 2016-09-04 14:26:15 -05:00 committed by Glowbal
parent 0848b6d1de
commit 7314f863f6
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@ class CfgMagazines {
class CA_Magazine;
class ACE_SpareBarrel: CA_Magazine {
displayName = CSTRING(SpareBarrelName);
author = ECSTRING(common,ACETeam);
scope = 2; // Allows it to show up in Virtual Arsenal in 1.64
descriptionshort = CSTRING(SpareBarrelDescription);
picture = QUOTE(PATHTOF(UI\spare_barrel_ca.paa));
count = 1;

View File

@ -4,7 +4,7 @@ class CfgPatches {
class ADDON {
name = COMPONENT_NAME;
units[] = {};
weapons[] = {"ACE_SpareBarrel"};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);