Updated treatment time (#6670)

This commit is contained in:
diwako 2018-11-11 19:25:29 +01:00 committed by PabstMirror
parent 40f371c063
commit 3e5995ee3d

View File

@ -64,7 +64,7 @@ class ACE_Medical_Actions {
allowSelfTreatment = 0;
category = "advanced";
requiredMedic = 1;
treatmentTime = 20;
treatmentTime = 7;
items[] = {"ACE_bloodIV"};
// callbackSuccess = QUOTE(DFUNC(treatmentBasic_bloodbag));
callbackSuccess = QUOTE(DFUNC(treatmentIV));