Skip to content

Commit

Permalink
Merge pull request #1425 from Vdauphin/FIX-side_civilian
Browse files Browse the repository at this point in the history
FIX: Side civilian need help only have hematoma since ACE 3.15.1
  • Loading branch information
Vdauphin authored Oct 7, 2022
2 parents d219b60 + 35a5555 commit 811003d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private _type = [
_unit setVariable ["ace_medical_ai_lastFired", 9999999]; //Disable AI to self healing

for "_i" from 0 to (1 + floor random 2) do {
[_unit, 0.2, selectRandom _selection, selectRandom _type] call ace_medical_fnc_addDamageToUnit;
[_unit, 0.4, selectRandom _selection, selectRandom _type] call ace_medical_fnc_addDamageToUnit;
sleep 1;
};

Expand Down

0 comments on commit 811003d

Please sign in to comment.