Pārlūkot izejas kodu

uav turret threshold to .75

Namenai 7 gadi atpakaļ
vecāks
revīzija
3c8bb08b8d

+ 2 - 2
Scripts/scripts/zeus3denScripts/vehicleBased/vehicleVariants/landBased/ATTE/atteBase.sqf

@@ -87,9 +87,9 @@ UAVT={
 	
 	_vic addEventHandler ["HandleDamage", { 
       _damage = _this select 2; 
-           if ( (_this select 1 == "") and (_damage > 0.9999) ) then 
+           if ( (_this select 1 == "") and (_damage > 0.75) ) then 
 		   { 
-			_damage = 0.9999; 
+			_damage = 0.75; 
 		   }
 		   else
 		   {