mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Vehicle Lock - Increase vehicle key mass to 0.1 (#8270)
* Increase vehicle key mass to 0.1 * Update addons/vehiclelock/CfgMagazines.hpp Co-authored-by: PabstMirror <pabstmirror@gmail.com>
This commit is contained in:
parent
97ac12039f
commit
2ea0106550
@ -11,7 +11,7 @@ class CfgWeapons {
|
||||
picture = QPATHTOF(ui\keyBlack.paa);
|
||||
scope = 2;
|
||||
class ItemInfo: CBA_MiscItem_ItemInfo {
|
||||
mass = 0;
|
||||
mass = 0.1;
|
||||
};
|
||||
};
|
||||
class ACE_key_lockpick: ACE_key_master {
|
||||
|
Loading…
Reference in New Issue
Block a user