mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
c2d127f0ec
commit
769ca7e835
@ -10,7 +10,7 @@ class CfgWeapons {
|
||||
picture = QPATHTOF(ui\item_wirecutter_ca.paa);
|
||||
scope = 2;
|
||||
class ItemInfo: InventoryItem_Base_F {
|
||||
mass = 65;
|
||||
mass = 25;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user