tavi mission.sqf + fixes

This commit is contained in:
vbawol
2013-05-24 14:44:20 -05:00
parent 8139f3a490
commit 2903abd32e
7 changed files with 94 additions and 94 deletions

View File

@@ -136,7 +136,6 @@ if (_qty >= _qty_in) then {
_obj = _obj select 0;
//check to make sure vehicle has no more than 75% average tire damage
_hitpoints = _obj call vehicle_getHitpoints;
_okToSell = true;