Skip to content

Commit

Permalink
Merge pull request #81 from YetheSamartaka/dev-Tomcat
Browse files Browse the repository at this point in the history
Changed medical level requiered to None for IV
  • Loading branch information
YetheSamartaka authored Apr 17, 2022
2 parents a885344 + b8a9582 commit 46bcafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/pharma/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ PREP_RECOMPILE_END;
"LIST",
[LLSTRING(IV_MEDIC)],
"KAT - ADV Medical: Pharmacy",
[[0, 1, 2], ["Anyone", "Medics", "Doctors"], 2],
[[0, 1, 2], ["Anyone", "Medics", "Doctors"], 0],
true
] call CBA_Settings_fnc_init;

Expand Down Expand Up @@ -101,4 +101,4 @@ PREP_RECOMPILE_END;
true
] call CBA_Settings_fnc_init;

ADDON = true;
ADDON = true;

0 comments on commit 46bcafb

Please sign in to comment.