Skip to content

Commit

Permalink
Update damage.sqf
Browse files Browse the repository at this point in the history
added KAT chem
  • Loading branch information
UnRealxInferno authored Dec 5, 2024
1 parent 8c4b415 commit c770d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions =BTC=co@30_Hearts_and_Minds.Altis/core/fnc/chem/damage.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if (_protection >= 1) exitWith {_this};

if (_firstDamage || (random 1 > _protection)) then {
_this set [1, false];
[_unit, random [0.05, 0.05, 0.2], selectRandom _bodyParts, "stab"] call ace_medical_fnc_addDamageToUnit; // ropeburn
};
_unit setVariable ["kat_chemical_airPoisoning", true, true];
[_unit] call kat_breathing_fnc_handleBreathing;};

_this

0 comments on commit c770d44

Please sign in to comment.