mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update fnc_cookOffEffect.sqf
This commit is contained in:
parent
4b3d28338c
commit
9546ca2963
@ -38,7 +38,7 @@ if (isServer) then {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (_ring) then {
|
if (_ring) then {
|
||||||
private _intensity = 20;
|
private _intensity = 6;
|
||||||
private _radius = 1.5 * ((boundingBoxReal _obj) select 2);
|
private _radius = 1.5 * ((boundingBoxReal _obj) select 2);
|
||||||
[QEGVAR(fire,addFireSource), [_obj, _radius, _intensity, format [QGVAR(%1), hashValue _obj]]] call CBA_fnc_localEvent;
|
[QEGVAR(fire,addFireSource), [_obj, _radius, _intensity, format [QGVAR(%1), hashValue _obj]]] call CBA_fnc_localEvent;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user