This commit is contained in:
PabstMirror 2016-12-09 21:29:23 -06:00
parent 3907d2dc9f
commit c2f9010183
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ switch (true) do {
_this setVariable [QGVAR(treatmentOverAt), CBA_missionTime + 5];
};
case _needsMorphine: {
[_this, "Morphine", 2] call EFUNC(medical,treatmentBasic_morphineLocal);
[_this, "Morphine", 2] call EFUNC(medical_treatment,treatmentMedicationLocal);
[_this, false, true] call FUNC(playTreatmentAnim);
_this setVariable [QGVAR(treatmentOverAt), CBA_missionTime + 2];

View File

@ -73,7 +73,7 @@ switch (true) do {
_this setVariable [QGVAR(treatmentOverAt), CBA_missionTime + 5];
};
case _needsMorphine: {
[_this, "Morphine", 2] call EFUNC(medical,treatmentBasic_morphineLocal);
[_this, "Morphine", 2] call EFUNC(medical_treatment,treatmentMedicationLocal);
[_this, false, false] call FUNC(playTreatmentAnim);
_this setVariable [QGVAR(treatmentOverAt), CBA_missionTime + 2];