mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Should be all scope entries
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user