Update fnc_cookOffEffect.sqf

This commit is contained in:
johnb432 2024-05-26 10:08:10 +02:00
parent 4b3d28338c
commit 9546ca2963

View File

@ -38,7 +38,7 @@ if (isServer) then {
};
if (_ring) then {
private _intensity = 20;
private _intensity = 6;
private _radius = 1.5 * ((boundingBoxReal _obj) select 2);
[QEGVAR(fire,addFireSource), [_obj, _radius, _intensity, format [QGVAR(%1), hashValue _obj]]] call CBA_fnc_localEvent;
};