Skip to content

Commit

Permalink
Merge pull request #1513 from Dahlgren/feature/xeh-sog-pf
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 committed Oct 23, 2021
2 parents 52faffc + 4b78aed commit d4b796f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions addons/xeh/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,27 @@ class CfgVehicles {
XEH_ENABLED;
};

// SOG PF
class vn_object_b_base_02: Items_base_F {};
class Land_vn_candle_01: vn_object_b_base_02 {
XEH_ENABLED;
};

class vn_krait: Snake_random_F {
XEH_ENABLED;
};

class vn_parachute_02_base: ParachuteBase {};
class vn_b_parachute_02: vn_parachute_02_base {};
class vn_b_parachute_02_blu82: vn_b_parachute_02 {};
class vn_b_parachute_02_blu82_airdrop: vn_b_parachute_02_blu82 {
XEH_ENABLED;
};

class vn_o_static_rsna75_wreck: PlaneWreck {
XEH_ENABLED;
};

// CSLA
class StaticATWeapon;
class CSLA_9K113_Stat: StaticATWeapon {
Expand Down

0 comments on commit d4b796f

Please sign in to comment.