Merge pull request #2315 from acemod/3220xgrenadebug

fix autoriflemen spawning with 0x frag grenade bug
This commit is contained in:
commy2 2015-08-31 21:32:09 +02:00
commit 591327aaf3

View File

@ -9,7 +9,7 @@ class CfgWeapons {
picture = QUOTE(PATHTOF(UI\spare_barrel_ca.paa));
scope = 2;
class ItemInfo: InventoryItem_Base_F {
mass = 50;
mass = 30;
};
};