mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical Treatment - Lower suture weight from 1 to 0.1 (#9635)
Lower suture weight
This commit is contained in:
parent
7df63ffe2e
commit
23d7624016
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user