Skip to content

Commit

Permalink
Changed medical level requiered to None for IV
Browse files Browse the repository at this point in the history
The default value should be None so people won't be false-reporting issues where it is not working for them due to the wrong medical settings. Units that want to increase the medical level will have an option to do so.
  • Loading branch information
YetheSamartaka authored Apr 17, 2022
1 parent a885344 commit b8a9582
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 b8a9582

Please sign in to comment.