mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Updated treatment time (#6670)
This commit is contained in:
parent
40f371c063
commit
3e5995ee3d
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user