Merge pull request #2233 from gienkov/patch-27

Increase "load in bodybag" action time to 15s
This commit is contained in:
Glowbal 2015-08-26 08:36:06 +02:00
commit ad7716a25e

View File

@ -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));