mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
0848b6d1de
commit
7314f863f6
@ -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;
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user