Skip to content

Commit

Permalink
Pharma - Fix - Coagsense Location settings (#586)
Browse files Browse the repository at this point in the history
**When merged this pull request will:**
- Change coagsense location settings to how they should be
-

### IMPORTANT

- [Development Guidelines](https://ace3.acemod.org/wiki/development/)
are read, understood and applied.
- Title of this PR uses our standard template `Component -
Add|Fix|Improve|Change|Make|Remove {changes}`.
  • Loading branch information
Cplhardcore authored Aug 29, 2024
1 parent 663e41f commit e35ecb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/pharma/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ PREP_RECOMPILE_END;
"LIST",
LLSTRING(SETTING_CheckCoag_Location),
[CBA_SETTINGS_CAT, LSTRING(SubCategory_Coag_Sense)],
[[0, 1, 2], ["STR_ACE_Medical_Treatment_Anyone", "STR_ACE_Medical_Treatment_Medics", "STR_ACE_Medical_Treatment_Doctors"], 0],
[[0,1,2,3],["STR_ACE_Common_Anywhere", "STR_ACE_Common_Vehicle", "STR_ACE_Medical_Treatment_MedicalFacilities", "STR_ACE_Medical_Treatment_VehiclesAndFacilities"],0],
true
] call CBA_Settings_fnc_init;

Expand Down

0 comments on commit e35ecb2

Please sign in to comment.