Skip to content

Commit

Permalink
RHS Compats - Fix various UBCs (acemod#8688)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored and AndreasBrostrom committed Dec 3, 2021
1 parent a376965 commit 456ac6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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 @@ -187,7 +187,7 @@ class CfgVehicles {
ace_rearm_defaultSupply = 1200;
};

class rhs_kamaz5350: rhs_truck {};
class rhs_kamaz5350;
class rhs_kamaz5350_ammo_base: rhs_kamaz5350 {
transportAmmo = 0;
ace_rearm_defaultSupply = 1200;
Expand Down
3 changes: 2 additions & 1 deletion optionals/compat_rhs_afrf3/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ class CfgWeapons {
HEARING_PROTECTION_VICCREW
};

class rhs_6b48: H_HelmetB {
class rhs_6b47_bare;
class rhs_6b48: rhs_6b47_bare {
HEARING_PROTECTION_VICCREW
};

Expand Down
3 changes: 2 additions & 1 deletion optionals/compat_rhs_usf3/CfgAmmo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ class CfgAmmo {
EGVAR(vehicle_damage,incendiary) = 0.8;
};

class rhs_ammo_mk19m3_M430I_penetrator: rhsusf_ammo_basic_penetrator {
class rhsusf_ammo_reduced_penetrator;
class rhs_ammo_mk19m3_M430I_penetrator: rhsusf_ammo_reduced_penetrator {
EGVAR(vehicle_damage,incendiary) = 0.8;
};

Expand Down

0 comments on commit 456ac6a

Please sign in to comment.