Skip to content

Commit

Permalink
HitPoint Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Man authored and He-Man committed Apr 12, 2018
1 parent c5abeed commit f9de95f
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -25,10 +25,11 @@ if (_veh iskindof "ebike_epoch") then {
};
_wheelcounter = 0;
{
_HitPointName = _x;
_HitPointName = tolower _x;
_Hit = (getAllHitPointsDamage _veh) select 2 select _foreachindex;
{
_x params ["_searchedhit","_limit1","_limit2"];
_searchedhit = tolower _searchedhit;
if (_searchedhit isequalto _HitPointName) then {
_wheel = ["wheel",tolower _searchedhit] call bis_fnc_instring;
if (_wheel) then {
Expand Down

0 comments on commit f9de95f

Please sign in to comment.