mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #3780 from acemod/lighter-bodybags
Adjusted weight of bodybag
This commit is contained in:
commit
e867db3a24
@ -236,7 +236,7 @@ class CfgWeapons {
|
||||
descriptionShort = CSTRING(Bodybag_Desc_Short);
|
||||
descriptionUse = CSTRING(Bodybag_Desc_Use);
|
||||
class ItemInfo: InventoryItem_Base_F {
|
||||
mass = 20;
|
||||
mass = 7;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user