Medical Treatment - Lower suture weight from 1 to 0.1 (#9635)

Lower suture weight
This commit is contained in:
Mike-MF 2023-11-10 19:55:25 +00:00 committed by GitHub
parent 7df63ffe2e
commit 23d7624016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,7 +279,7 @@ class CfgWeapons {
descriptionUse = CSTRING(Suture_Desc_Use);
ACE_isMedicalItem = 1;
class ItemInfo: CBA_MiscItem_ItemInfo {
mass = 1;
mass = 0.1;
};
};
class ACE_bodyBag: ACE_ItemCore {