Skip to content

Commit

Permalink
MK_17 Recoilfix; Ersatztank (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
shukari authored Mar 14, 2021
1 parent 955a967 commit e21978f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions addons/main/functions/fnc_recoilCalc.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ if (GVAR(cacheWeaponType) == "MachineGun") then {ADD(_recoil, 2)};
if (GVAR(cacheWeaponType) == "SniperRifle" && {_deploy}) then {ADD(_recoil, -0.5)};
if ("rhs_weap_mk17" in (toLower _weapon)) then
{
ADD(_recoil, 1);
if !("rhsusf_20rnd_762x51_sr25" in (toLower _magazine)) then {ADD(_recoil, 1)};
if (!"rhs_mag_20Rnd_SCAR_762x51_" in (toLower _magazine) && !"rhs_mag_30Rnd_556x45_Mk318_SCAR_" in (toLower _magazine)) then {ADD(_recoil, 0.5)};
};

// Externe Einflüsse
Expand Down
1 change: 1 addition & 0 deletions addons/nachschub/configs/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class CfgVehicles
ADD_SUPPLY("Arztkiste",TB_supply_all_arzt);
ADD_SUPPLY("Ersatzreifen",ACE_Wheel);
ADD_SUPPLY("Ersatzkette",ACE_Track);
ADD_SUPPLY("Ersatztank",Land_CanisterFuel_F);
ADD_SUPPLY("Funkgeräte",TB_supply_all_funk);
ADD_SUPPLY("EquipmentKiste",TB_supply_all_misc);
ADD_SUPPLY("EOD Ausrüstung",TB_supply_all_eod);
Expand Down

0 comments on commit e21978f

Please sign in to comment.