mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge branch 'master' into release-3.13.4
This commit is contained in:
commit
530b24e893
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1 @@
|
||||
blank_issues_enabled: false
|
@ -33,8 +33,8 @@ if (_rightSort) then {
|
||||
case IDC_buttonThrow;
|
||||
case IDC_buttonPut;
|
||||
case IDC_buttonMag;
|
||||
case IDC_buttonMagALL: { "CfgMagazines" };
|
||||
default { "CfgWeapons" };
|
||||
case IDC_buttonMagALL: { configFile >> "CfgMagazines" };
|
||||
default { configFile >> "CfgWeapons" };
|
||||
},
|
||||
GVAR(sortListRightPanel) select (
|
||||
switch (GVAR(currentRightPanel)) do {
|
||||
|
@ -267,6 +267,8 @@ class CfgVehicles {
|
||||
MACRO_ADDITEM(ACE_bloodIV,15);
|
||||
MACRO_ADDITEM(ACE_bloodIV_500,15);
|
||||
MACRO_ADDITEM(ACE_bloodIV_250,15);
|
||||
MACRO_ADDITEM(ACE_tourniquet,10);
|
||||
MACRO_ADDITEM(ACE_splint,10);
|
||||
MACRO_ADDITEM(ACE_bodyBag,10);
|
||||
};
|
||||
class AnimationSources {
|
||||
|
Loading…
Reference in New Issue
Block a user