mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
opps
This commit is contained in:
parent
3907d2dc9f
commit
c2f9010183
@ -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];
|
||||
|
||||
|
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user