mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed: ACE_Fake**** Was showing in arsenal. Fixes #670
This commit is contained in:
parent
9db256ad8d
commit
6a942ac820
@ -2,6 +2,7 @@
|
|||||||
class CfgMagazines {
|
class CfgMagazines {
|
||||||
class CA_Magazine;
|
class CA_Magazine;
|
||||||
class ACE_FakeMagazine: CA_Magazine {
|
class ACE_FakeMagazine: CA_Magazine {
|
||||||
|
scopeCurator = 1;
|
||||||
descriptionShort = "";
|
descriptionShort = "";
|
||||||
displayName = "";
|
displayName = "";
|
||||||
displayNameShort = "";
|
displayNameShort = "";
|
||||||
|
@ -14,6 +14,8 @@ class CfgWeapons {
|
|||||||
|
|
||||||
class ACE_FakePrimaryWeapon: Rifle_Base_F {
|
class ACE_FakePrimaryWeapon: Rifle_Base_F {
|
||||||
scope = 2;
|
scope = 2;
|
||||||
|
scopeCurator = 1;
|
||||||
|
|
||||||
displayName = "";
|
displayName = "";
|
||||||
model = "\A3\Weapons_f\empty";
|
model = "\A3\Weapons_f\empty";
|
||||||
picture = "";
|
picture = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user