Changed scope for carried objects

This commit is contained in:
Githawk 2015-12-22 17:54:16 +01:00
parent 499301e73e
commit 2432ac3319

View File

@ -170,8 +170,8 @@ class CfgVehicles {
class GVAR(defaultCarriedObject) : ThingX {
XEH_ENABLED;
displayName = QGVAR(dummy_obj);
scope = 2;
scopeCurator = 2;
scope = 1;
scopeCurator = 1;
model = "\A3\Weapons_F\AmmoBoxes\AmmoBox_F.p3d";
EGVAR(cargo,size) = 1;
class ACE_Actions {