mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Renamed 'healTime' calculation helper
This commit is contained in:
parent
9dee5a9083
commit
b81a5adcb9
@ -283,7 +283,7 @@ class GVAR(Actions) {
|
||||
items[] = {"ACE_personalAidKit"};
|
||||
treatmentLocations[] = {QEGVAR(medical,useLocation_PAK)};
|
||||
requiredMedic = QEGVAR(medical,medicSetting_PAK);
|
||||
treatmentTime = QUOTE(_target call FUNC(treatmentFullHealTreatmentTime));
|
||||
treatmentTime = QUOTE(_target call FUNC(healTime));
|
||||
callbackSuccess = QFUNC(treatmentFullHeal);
|
||||
itemConsumed = QEGVAR(medical,consumeItem_PAK);
|
||||
animationPatient = "";
|
||||
|
@ -30,7 +30,6 @@ PREP(treatmentCPR);
|
||||
PREP(treatmentCPRLocal);
|
||||
PREP(treatmentFullHeal);
|
||||
PREP(treatmentFullHealLocal);
|
||||
PREP(treatmentFullHealTreatmentTime);
|
||||
PREP(treatmentSurgicalKit_onProgress);
|
||||
|
||||
// misc
|
||||
@ -44,6 +43,7 @@ PREP(handleBandageOpening);
|
||||
PREP(isBeingCarried);
|
||||
PREP(isBeingDragged);
|
||||
PREP(onMedicationUsage);
|
||||
PREP(healTime);
|
||||
|
||||
// items
|
||||
PREP(checkItems);
|
||||
|
@ -9,7 +9,7 @@
|
||||
* treatment time <NUMBER>
|
||||
*
|
||||
* Example:
|
||||
* [_target] call ace_medical_treatment_fnc_treatmentFullHealTreatmentTime
|
||||
* [_target] call ace_medical_treatment_fnc_healTime
|
||||
*
|
||||
* Public: No
|
||||
*/
|
Loading…
Reference in New Issue
Block a user