mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #3069 from GitHawk/rearm
Fix scope of rearm dummy objects
This commit is contained in:
commit
d36543d3a9
@ -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