Removed "can only remove damaged wheels"

This commit is contained in:
Glowbal 2015-08-11 21:42:20 +02:00
parent b45aa51d47
commit c7b7418ae0

View File

@ -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}