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

@@ -1,7 +1,7 @@
class CH47_base_EP1: Helicopter
{
expansion = 1;
scope = 0;
scope = private;
displayName = "CH-47";
side = 1;
faction = "BIS_US";
@@ -124,7 +124,7 @@ class CH_47F_EP1;
class CH_47F_EP1_DZ : CH_47F_EP1 {
accuracy = 1000;
model = "\ca\air_E\CH47\CH_47F";
scope = 2;
scope = public;
displayName = "CH-47F DZ";
crew = "";
typicalCargo[] = {};
@@ -140,7 +140,7 @@ class CH_47F_EP1_DZE: CH47_base_EP1
{
accuracy = 1000;
model = "\ca\air_E\CH47\CH_47F";
scope = 2;
scope = public;
maxSpeed = 293;
displayName = "CH-47F AL";
picture = "\ca\air_e\data\UI\Picture_ch47f_CA.paa";