lower wirecutter item mass (#4209)

The current mass makes it take a LOT of inventory space (~half of
an assault pack) which makes it impractical to carry around as a tool.

Signed-off-by: freghar <freghcz@gmail.com>
This commit is contained in:
freghar 2016-08-08 22:18:51 +02:00 committed by PabstMirror
parent c2d127f0ec
commit 769ca7e835

View File

@ -10,7 +10,7 @@ class CfgWeapons {
picture = QPATHTOF(ui\item_wirecutter_ca.paa);
scope = 2;
class ItemInfo: InventoryItem_Base_F {
mass = 65;
mass = 25;
};
};
};