mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Increase "load in bodybag" action time
Around 15 seconds seems optimal (for dead bodies that are left in **one** piece).
This commit is contained in:
parent
3eae83439b
commit
33889fa46b
@ -335,7 +335,7 @@ class ACE_Medical_Actions {
|
||||
category = "advanced";
|
||||
treatmentLocations[] = {"All"};
|
||||
requiredMedic = 0;
|
||||
treatmentTime = 2;
|
||||
treatmentTime = 15;
|
||||
items[] = {"ACE_bodyBag"};
|
||||
condition = "!alive (_this select 1);";
|
||||
callbackSuccess = QUOTE(DFUNC(actionPlaceInBodyBag));
|
||||
|
Loading…
Reference in New Issue
Block a user