mod/addons/phone/CfgWeapons.hpp
Jacob Schmidt c24b967e2a
All checks were successful
Build / Build (push) Successful in 54s
Updated naming convention to use FORGE
2025-01-01 21:35:44 -06:00

20 lines
591 B
C++

class CfgWeapons {
class ACE_ItemCore;
class CBA_MiscItem_ItemInfo;
class FORGE_Phone: ACE_ItemCore {
scope = 2;
scopeArsenal = 2;
scopeCurator = 2;
author = "IDSolutions";
displayName = "Phone";
picture = QPATHTOF(images\mobile_frame.paa);
model = QPATHTOF(data\forge_mobile.p3d);
descriptionShort = "FORGE cell phone for text-messaging and more.";
hiddenSelections[] = {};
hiddenSelectionsTextures[] = {};
class ItemInfo: CBA_MiscItem_ItemInfo {
mass = 0;
};
};
};