mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical Treatment - Settings to limit IVs to certain locations (#8116)
* Settings to limit IVs to certain locations * Changed to one setting * Reworded settings for consistency
This commit is contained in:
parent
75f7ed7532
commit
b2da1792e1
@ -150,6 +150,7 @@ class GVAR(actions) {
|
||||
medicRequired = QGVAR(medicIV);
|
||||
treatmentTime = QGVAR(treatmentTimeIV);
|
||||
items[] = {"ACE_bloodIV"};
|
||||
treatmentLocations = QGVAR(locationIV);
|
||||
condition = "";
|
||||
callbackSuccess = QFUNC(ivBag);
|
||||
animationMedic = "AinvPknlMstpSnonWnonDnon_medic1";
|
||||
|
@ -224,6 +224,15 @@
|
||||
true
|
||||
] call CBA_fnc_addSetting;
|
||||
|
||||
[
|
||||
QGVAR(locationIV),
|
||||
"LIST",
|
||||
[LSTRING(LocationIV_DisplayName), LSTRING(LocationIV_Description)],
|
||||
[ELSTRING(medical,Category), LSTRING(SubCategory_Treatment)],
|
||||
[[0, 1, 2, 3, 4], [ELSTRING(common,Anywhere), ELSTRING(common,Vehicle), LSTRING(MedicalFacilities), LSTRING(VehiclesAndFacilities), ELSTRING(common,Disabled)], 0],
|
||||
1
|
||||
] call CBA_fnc_addSetting;
|
||||
|
||||
[
|
||||
QGVAR(allowSelfIV),
|
||||
"LIST",
|
||||
|
@ -671,6 +671,12 @@
|
||||
<Czech>Úroveň výcviku nutná pro IV transfuzi.</Czech>
|
||||
<Russian>Уровень навыка требуемый для переливания крови IV группы.</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Medical_Treatment_LocationIV_DisplayName">
|
||||
<English>Locations IV Transfusion</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Medical_Treatment_LocationIV_Description">
|
||||
<English>Controls where IV transfusions can be performed.</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Medical_Treatment_ConvertItems_DisplayName">
|
||||
<English>Convert Vanilla Items</English>
|
||||
<German>Standard Arma-Equipment in ACE-Items umwandeln</German>
|
||||
|
Loading…
Reference in New Issue
Block a user