mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Cookoff - Change cook-off fire damage (#9991)
Increase cookoff fire damage
This commit is contained in:
parent
29728352e2
commit
06f47e600d
@ -38,7 +38,7 @@ if (isServer) then {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (_ring) then {
|
if (_ring) then {
|
||||||
private _intensity = 6;
|
private _intensity = 20;
|
||||||
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