mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical - Return tourniquets after PAK (#8419)
This commit is contained in:
parent
4f0fea8d67
commit
e92ea53385
@ -36,6 +36,11 @@ _patient setVariable [VAR_PAIN, 0, true];
|
||||
_patient setVariable [VAR_BLOOD_VOL, DEFAULT_BLOOD_VOLUME, true];
|
||||
|
||||
// Tourniquets
|
||||
{
|
||||
if (_x != 0) then {
|
||||
[_patient, "ACE_tourniquet"] call EFUNC(common,addToInventory);
|
||||
};
|
||||
} forEach GET_TOURNIQUETS(_patient);
|
||||
_patient setVariable [VAR_TOURNIQUET, DEFAULT_TOURNIQUET_VALUES, true];
|
||||
_patient setVariable [QGVAR(occludedMedications), nil, true];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user