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:
BaerMitUmlaut 2021-06-27 22:38:34 +02:00 committed by GitHub
parent 97ac12039f
commit 2ea0106550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {