mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Changed scope for carried objects
This commit is contained in:
parent
499301e73e
commit
2432ac3319
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user