Skip to content

Commit

Permalink
Remove Flares from UAVs
Browse files Browse the repository at this point in the history
  • Loading branch information
KoffeinFlummi committed Nov 26, 2014
1 parent cc7ac74 commit 3911474
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AGM_Aircraft/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1116,12 +1116,16 @@ class CfgVehicles {
class Turrets {
class MainTurret: NewTurret {};
};
weapons[] = {"missiles_SCALPEL"};
magazines[] = {"6Rnd_LG_scalpel"};
};

class UAV_02_CAS_base_F: UAV_02_base_F {
class Turrets: Turrets {
class MainTurret: MainTurret {};
};
weapons[] = {"GBU12BombLauncher"};
magazines[] = {"2Rnd_GBU12_LGB"};
};

class B_Heli_Transport_03_base_F: Helicopter_Base_H {
Expand Down

0 comments on commit 3911474

Please sign in to comment.