Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XEH - Fix for 2.14 props #1593

Merged
merged 2 commits into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ tools/ndocs-project/Data/*

ArmaScriptCompiler.exe
*.sqfc
sqfvm.exe
8 changes: 8 additions & 0 deletions addons/xeh/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,14 @@ class CfgVehicles {
XEH_ENABLED;
};

// Decade (2.14)
class Lantern_01_base_F: ThingX {
XEH_ENABLED;
};
class SpaceshipCapsule_01_F: ThingX {
XEH_ENABLED;
};

// SOG PF
class vn_object_b_base_02: Items_base_F {};
class Land_vn_candle_01: vn_object_b_base_02 {
Expand Down
Loading