Adding splits + torniquets to simple crate (#7885)

This commit is contained in:
Cyruz143 2020-08-31 03:55:26 +01:00 committed by GitHub
parent fd37b20be1
commit ee75268205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {