mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-17 17:56:40 +03:00
moved some configs added new zeds from 177 pt1
This commit is contained in:
8
SQF/dayz_code/Configs/CfgWeapons/Item/ItemShovel.hpp
Normal file
8
SQF/dayz_code/Configs/CfgWeapons/Item/ItemShovel.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
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";
|
||||
};
|
||||
Reference in New Issue
Block a user