Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Item/ItemShovel.hpp
2013-08-01 11:46:00 -05:00

8 lines
223 B
C++

class ItemShovel: ItemCore
{
scope=2;
displayName="Shovel";
model="\z\addons\dayz_communityassets\models\shovel.p3d";
picture="\z\addons\dayz_communityassets\pictures\equip_shovel_ca.paa";
descriptionShort="Shovel";
};