Change round down mass of body bag

Mass is an integer.
This commit is contained in:
Glowbal 2016-05-14 09:23:29 +02:00
parent 38bb4f6c29
commit eb8390741b

View File

@ -236,7 +236,7 @@ class CfgWeapons {
descriptionShort = CSTRING(Bodybag_Desc_Short);
descriptionUse = CSTRING(Bodybag_Desc_Use);
class ItemInfo: InventoryItem_Base_F {
mass = 7.4;
mass = 7;
};
};
};