mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
commit
d88d71e2b3
@ -20,8 +20,8 @@ class ACE_Medical_Actions {
|
|||||||
animationPatient = "";
|
animationPatient = "";
|
||||||
animationPatientUnconscious = "AinjPpneMstpSnonWrflDnon_rolltoback";
|
animationPatientUnconscious = "AinjPpneMstpSnonWrflDnon_rolltoback";
|
||||||
animationPatientUnconsciousExcludeOn[] = {"ainjppnemstpsnonwrfldnon"};
|
animationPatientUnconsciousExcludeOn[] = {"ainjppnemstpsnonwrfldnon"};
|
||||||
animationCaller = "AinvPknlMstpSlayWnonDnon_medic";
|
animationCaller = "AinvPknlMstpSlayWrflDnon_medicOther";
|
||||||
animationCallerProne = "AinvPpneMstpSlayW[wpn]Dnon_medic";
|
animationCallerProne = "AinvPpneMstpSlayW[wpn]Dnon_medicOther";
|
||||||
animationCallerSelf = "AinvPknlMstpSlayW[wpn]Dnon_medic";
|
animationCallerSelf = "AinvPknlMstpSlayW[wpn]Dnon_medic";
|
||||||
animationCallerSelfProne = "AinvPpneMstpSlayW[wpn]Dnon_medic";
|
animationCallerSelfProne = "AinvPpneMstpSlayW[wpn]Dnon_medic";
|
||||||
litter[] = { {"All", "", {{"ACE_MedicalLitterBase", "ACE_MedicalLitter_bandage1", "ACE_MedicalLitter_bandage2", "ACE_MedicalLitter_bandage3"}}} };
|
litter[] = { {"All", "", {{"ACE_MedicalLitterBase", "ACE_MedicalLitter_bandage1", "ACE_MedicalLitter_bandage2", "ACE_MedicalLitter_bandage3"}}} };
|
||||||
@ -109,8 +109,8 @@ class ACE_Medical_Actions {
|
|||||||
animationPatient = "";
|
animationPatient = "";
|
||||||
animationPatientUnconscious = "AinjPpneMstpSnonWrflDnon_rolltoback";
|
animationPatientUnconscious = "AinjPpneMstpSnonWrflDnon_rolltoback";
|
||||||
animationPatientUnconsciousExcludeOn[] = {"ainjppnemstpsnonwrfldnon"};
|
animationPatientUnconsciousExcludeOn[] = {"ainjppnemstpsnonwrfldnon"};
|
||||||
animationCaller = "AinvPknlMstpSlayWnonDnon_medic";
|
animationCaller = "AinvPknlMstpSlayWrflDnon_medicOther";
|
||||||
animationCallerProne = "AinvPpneMstpSlayW[wpn]Dnon_medic";
|
animationCallerProne = "AinvPpneMstpSlayW[wpn]Dnon_medicOther";
|
||||||
animationCallerSelf = "AinvPknlMstpSlayW[wpn]Dnon_medic";
|
animationCallerSelf = "AinvPknlMstpSlayW[wpn]Dnon_medic";
|
||||||
animationCallerSelfProne = "AinvPpneMstpSlayW[wpn]Dnon_medic";
|
animationCallerSelfProne = "AinvPpneMstpSlayW[wpn]Dnon_medic";
|
||||||
litter[] = { {"All", "", {{"ACE_MedicalLitter_bandage2", "ACE_MedicalLitter_bandage3"}}} };
|
litter[] = { {"All", "", {{"ACE_MedicalLitter_bandage2", "ACE_MedicalLitter_bandage3"}}} };
|
||||||
@ -217,8 +217,8 @@ class ACE_Medical_Actions {
|
|||||||
itemConsumed = QGVAR(consumeItem_PAK);
|
itemConsumed = QGVAR(consumeItem_PAK);
|
||||||
animationPatient = "";
|
animationPatient = "";
|
||||||
animationPatientUnconscious = "AinjPpneMstpSnonWrflDnon_rolltoback";
|
animationPatientUnconscious = "AinjPpneMstpSnonWrflDnon_rolltoback";
|
||||||
animationCaller = "AinvPknlMstpSlayWnonDnon_medic";
|
animationCaller = "AinvPknlMstpSlayWnonDnon_medicOther";
|
||||||
animationCallerProne = "AinvPpneMstpSlayW[wpn]Dnon_medic";
|
animationCallerProne = "AinvPpneMstpSlayW[wpn]Dnon_medicOther";
|
||||||
animationCallerSelf = "";
|
animationCallerSelf = "";
|
||||||
animationCallerSelfProne = "";
|
animationCallerSelfProne = "";
|
||||||
litter[] = { {"All", "", {"ACE_MedicalLitter_gloves"}}, {"All", "", {{"ACE_MedicalLitterBase", "ACE_MedicalLitter_bandage1", "ACE_MedicalLitter_bandage2", "ACE_MedicalLitter_bandage3"}} }, {"All", "", {{"ACE_MedicalLitterBase", "ACE_MedicalLitter_bandage1", "ACE_MedicalLitter_bandage2", "ACE_MedicalLitter_bandage3"}}} };
|
litter[] = { {"All", "", {"ACE_MedicalLitter_gloves"}}, {"All", "", {{"ACE_MedicalLitterBase", "ACE_MedicalLitter_bandage1", "ACE_MedicalLitter_bandage2", "ACE_MedicalLitter_bandage3"}} }, {"All", "", {{"ACE_MedicalLitterBase", "ACE_MedicalLitter_bandage1", "ACE_MedicalLitter_bandage2", "ACE_MedicalLitter_bandage3"}}} };
|
||||||
|
Loading…
Reference in New Issue
Block a user