mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Update OnKilled.sqf
This commit is contained in:
parent
df6897de95
commit
861a8ce20a
@ -98,7 +98,7 @@ private ["_rockets","_launcher","_type","_mission","_unit","_player"];
|
|||||||
};
|
};
|
||||||
|
|
||||||
if(DMS_RemoveNVG) then {
|
if(DMS_RemoveNVG) then {
|
||||||
if (_unit hasWeapon "NVGoggles" && floor(random 100) < 20) then {
|
if (_unit hasWeapon "NVGoggles") then {
|
||||||
_unit removeWeapon "NVGoggles";
|
_unit removeWeapon "NVGoggles";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user