Cookoff - Change cook-off fire damage (#9991)

Increase cookoff fire damage
This commit is contained in:
johnb432 2024-06-05 15:22:09 +02:00 committed by GitHub
parent 29728352e2
commit 06f47e600d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}; };