From c7b7418ae0a94d6ad4bfc3a7d8a5dfb6a2e036d2 Mon Sep 17 00:00:00 2001 From: Glowbal Date: Tue, 11 Aug 2015 21:42:20 +0200 Subject: [PATCH] Removed "can only remove damaged wheels" --- addons/repair/functions/fnc_canRemoveWheel.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/repair/functions/fnc_canRemoveWheel.sqf b/addons/repair/functions/fnc_canRemoveWheel.sqf index f6e9680d10..e428ac00a8 100644 --- a/addons/repair/functions/fnc_canRemoveWheel.sqf +++ b/addons/repair/functions/fnc_canRemoveWheel.sqf @@ -15,4 +15,4 @@ params ["_unit", "_target", "_hitPoint"]; TRACE_3("params",_unit,_target,_hitPoint); -alive _target && {_target getHitPointDamage _hitPoint > 0} && {_target getHitPointDamage _hitPoint < 1} +alive _target && {_target getHitPointDamage _hitPoint < 1}