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

RHS Compats - Fix config name for resupply vics #5300

Merged
merged 1 commit into from
Jun 22, 2017
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
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