Should be all scope entries

This commit is contained in:
icomrade
2016-03-05 20:36:07 -05:00
parent 5cfe47c718
commit 9d52fb0595
251 changed files with 887 additions and 882 deletions

View File

@@ -2,7 +2,7 @@ class CfgMagazines {
class Default;
class FakeMagazine: Default
{
scope = 1;
scope = protected;
ammo = "FakeAmmo";
stopThis = true;
value = 1;

View File

@@ -9,7 +9,7 @@ class CfgWeapons {
class RifleCore;
class FakeWeapon: RifleCore
{
scope = 1;
scope = protected;
stopThis = true;
type = 0;
cursor = "";