Skip to content

Commit

Permalink
Update ACE_Medical_Treatment_Actions.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mazinskihenry committed Nov 30, 2024
1 parent 0bd49d3 commit 73d497d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addons/circulation/ACE_Medical_Treatment_Actions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ class ACE_Medical_Treatment_Actions {
displayName = CSTRING(DrawArterial_Action_Use);
displayNameProgress = CSTRING(DrawBlood_Action_Progress);
treatmentTime = 10;
condition = QUOTE([ARR_3(_medic,_patient,500)] call FUNC(canDraw) && (!(EGVAR(pharma,RequireInsIVBloodDraw)) || EFUNC(pharma,removeIV)) && GVAR(abgEnable));
condition = QUOTE(GVAR(abgEnable));
callbackSuccess = QFUNC(drawArterial);
condition = "true";
items[] = {"kat_IV_16"};
};

Expand Down

0 comments on commit 73d497d

Please sign in to comment.