Adjusted weight of bodybag

This commit is contained in:
BaerMitUmlaut 2016-05-10 23:40:03 +02:00
parent be99d4b3d7
commit 38bb4f6c29

View File

@ -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.4;
};
};
};