Skip to content

Commit

Permalink
Merge pull request #3714 from acemod/exploScope
Browse files Browse the repository at this point in the history
Make explosives helpers hidden in eden.
  • Loading branch information
PabstMirror committed Apr 21, 2016
2 parents 392012b + 9bd66bc commit 8fba7a8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions addons/explosives/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ class CfgVehicles {
mapSize = 0.2;
icon = "iconObject_1x2";
model = "\A3\Weapons_f\dummyweapon.p3d";
scope = 2;
scopeCurator = 1;
scope = 1;
vehicleClass = "Cargo";
class ACE_Actions {
class ACE_MainActions {
Expand Down Expand Up @@ -81,8 +80,7 @@ class CfgVehicles {
mapSize = 0.2;
icon = "iconObject_1x2";
model = "\A3\Structures_F\Items\Tools\MultiMeter_F.p3d";
scope = 2;
scopeCurator = 1;
scope = 1;
vehicleClass = "Cargo";
class ACE_Actions {
class ACE_MainActions {
Expand Down

0 comments on commit 8fba7a8

Please sign in to comment.