Skip to content

Commit

Permalink
compats - Fix config name for resupply vics (#5300)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored and jonpas committed Jul 10, 2017
1 parent 0ccbeb2 commit 9146563
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion optionals/compat_rhs_afrf3/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ class CfgVehicles {

class rhs_gaz66_ammo_base: rhs_gaz66_vmf {
transportAmmo = 0;
ace_rearm_supply = 1200;
ace_rearm_defaultSupply = 1200;
};

class MRAP_02_base_F;
Expand Down
8 changes: 4 additions & 4 deletions optionals/compat_rhs_usf3/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,19 +292,19 @@ class CfgVehicles {
class rhsusf_M977A4_usarmy_wd: rhsusf_HEMTT_A4_base {};
class rhsusf_M977A4_AMMO_usarmy_wd: rhsusf_M977A4_usarmy_wd {
transportAmmo = 0;
ace_rearm_supply = 1200;
ace_rearm_defaultSupply = 1200;
};

class rhsusf_M977A4_BKIT_usarmy_wd: rhsusf_M977A4_usarmy_wd {};
class rhsusf_M977A4_AMMO_BKIT_usarmy_wd: rhsusf_M977A4_BKIT_usarmy_wd {
transportAmmo = 0;
ace_rearm_supply = 1200;
ace_rearm_defaultSupply = 1200;
};

class rhsusf_M977A4_BKIT_M2_usarmy_wd: rhsusf_M977A4_usarmy_wd {};
class rhsusf_M977A4_AMMO_BKIT_M2_usarmy_wd: rhsusf_M977A4_BKIT_M2_usarmy_wd {
transportAmmo = 0;
ace_rearm_supply = 1200;
ace_rearm_defaultSupply = 1200;
};

class rhsusf_M978A4_usarmy_wd: rhsusf_M977A4_usarmy_wd {
Expand Down Expand Up @@ -349,7 +349,7 @@ class CfgVehicles {
class rhsusf_m113_usarmy: rhsusf_m113tank_base {};
class rhsusf_m113_usarmy_supply: rhsusf_m113_usarmy {
transportAmmo = 0;
ace_rearm_supply = 1200;
ace_rearm_defaultSupply = 1200;
};

class APC_Tracked_03_base_F;
Expand Down

0 comments on commit 9146563

Please sign in to comment.