mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed "can only remove damaged wheels"
This commit is contained in:
parent
b45aa51d47
commit
c7b7418ae0
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user