Skip to content

Commit

Permalink
Cookoff - Change cook-off fire damage (#9991)
Browse files Browse the repository at this point in the history
Increase cookoff fire damage
  • Loading branch information
johnb432 authored Jun 5, 2024
1 parent 2972835 commit 06f47e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/cookoff/functions/fnc_cookOffEffect.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (isServer) then {
};

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

0 comments on commit 06f47e6

Please sign in to comment.