Skip to content

Commit

Permalink
Add repair vehicles
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren committed Nov 10, 2020
1 parent cd640b4 commit ebc41e6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions addons/repair/CfgVehicles.hpp
@@ -0,0 +1,7 @@
class CfgVehicles {
class sfp_tgb30_base;
class sfp_tgb30_repair : sfp_tgb30_base {
transportRepair = 0;
ACE_repair_canRepair = 60000;
};
};
11 changes: 11 additions & 0 deletions addons/repair/config.cpp
@@ -0,0 +1,11 @@
class CfgPatches {
class sfp_ace_compat_repair {
author = "Swedish Forces Pack";
requiredAddons[] = {"ace_repair", "Swedish_Forces_Pack", "sfp_tgb40"};
requiredVersion = 0.1;
units[] = {};
weapons[] = {};
};
};

#include "CfgVehicles.hpp"

0 comments on commit ebc41e6

Please sign in to comment.