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

@@ -573,7 +573,7 @@ class CfgVehicles {
//class WeaponHolder;
class Plant_Base: WeaponHolder {
scope = 2;
scope = public;
icon = "";
mapSize = 0;
transportMaxWeapons = 0;
@@ -595,7 +595,7 @@ class CfgVehicles {
};
class Generator_DZ: Generator_Base
{
scope = 2;
scope = public;
destrType = "DestructNo";
cost = 100;
offset[] = {0,1.5,0};