Skip to content

Commit

Permalink
Medical AI - Add missing blood as an injury condition (#10537)
Browse files Browse the repository at this point in the history
Add missing blood as an injury condition
  • Loading branch information
johnb432 authored Dec 10, 2024
1 parent 2872c00 commit 23ecf77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/medical_ai/functions/fnc_isInjured.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ if !(alive _this) exitWith {false};
((_fractures select 4) == 1) || {(_fractures select 5) == 1}
}
|| { GET_TOURNIQUETS(_this) isNotEqualTo DEFAULT_TOURNIQUET_VALUES }
|| {GET_BLOOD_VOLUME(_this) < BLOOD_VOLUME_CLASS_2_HEMORRHAGE}

0 comments on commit 23ecf77

Please sign in to comment.