Added full heal/PAK for basic

This commit is contained in:
Glowbal 2015-04-04 00:31:12 +02:00
parent 7230687ea2
commit 5e0f5b8b94

View File

@ -71,6 +71,17 @@ class ACE_Medical_Actions {
animationPatient = "";
itemConsumed = 0;
};
class PersonalAidKit: Bandage {
displayName = "";
displayNameProgress = "";
items[] = {"ACE_personalAidKit"};
treatmentLocations[] = {"All"};
requiredMedic = 1;
treatmentTime = 15;
callbackSuccess = QUOTE(DFUNC(treatmentAdvanced_fullHeal));
itemConsumed = 0;
animationCaller = "AinvPknlMstpSnonWnonDnon_medic1";
};
};
class Advanced {