Update OnKilled.sqf

This commit is contained in:
Defent 2015-08-29 22:01:59 +02:00
parent df6897de95
commit 861a8ce20a

View File

@ -98,7 +98,7 @@ private ["_rockets","_launcher","_type","_mission","_unit","_player"];
};
if(DMS_RemoveNVG) then {
if (_unit hasWeapon "NVGoggles" && floor(random 100) < 20) then {
if (_unit hasWeapon "NVGoggles") then {
_unit removeWeapon "NVGoggles";
};
};