Skip to content

Commit

Permalink
Add rearm vehicles
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren committed Nov 10, 2020
1 parent ebc41e6 commit cb2855e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions addons/rearm/CfgVehicles.hpp
@@ -0,0 +1,13 @@
class CfgVehicles {
class sfp_tgb40_base;
class sfp_tgb40_ammo : sfp_tgb40_base {
transportAmmo = 0;
ace_rearm_defaultSupply = 1200;
};

class sfp_ammobox_container;
class sfp_tgb40_ammobox : sfp_ammobox_container {
transportAmmo = 0;
ace_rearm_defaultSupply = 1200;
};
};
11 changes: 11 additions & 0 deletions addons/rearm/config.cpp
@@ -0,0 +1,11 @@
class CfgPatches {
class sfp_ace_compat_rearm {
author = "Swedish Forces Pack";
requiredAddons[] = {"ace_rearm", "Swedish_Forces_Pack", "sfp_tgb40"};
requiredVersion = 0.1;
units[] = {};
weapons[] = {};
};
};

#include "CfgVehicles.hpp"

0 comments on commit cb2855e

Please sign in to comment.