mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix kestrel ItemInfo for cba misc items (#5583)
This commit is contained in:
parent
711e1fc026
commit
b41cc8651f
@ -1,7 +1,7 @@
|
||||
|
||||
class CfgWeapons {
|
||||
class ACE_ItemCore;
|
||||
class InventoryItem_Base_F;
|
||||
class CBA_MiscItem_ItemInfo;
|
||||
|
||||
class ACE_Kestrel4500: ACE_ItemCore {
|
||||
author = ECSTRING(common,ACETeam);
|
||||
@ -13,7 +13,7 @@ class CfgWeapons {
|
||||
icon = "iconObject_circle";
|
||||
mapSize = 0.034;
|
||||
|
||||
class ItemInfo: InventoryItem_Base_F {
|
||||
class ItemInfo: CBA_MiscItem_ItemInfo {
|
||||
mass = 2;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user