mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
moved some configs added new zeds from 177 pt1
This commit is contained in:
10
SQF/dayz_code/Configs/CfgWeapons/Melee/ItemHatchet.hpp
Normal file
10
SQF/dayz_code/Configs/CfgWeapons/Melee/ItemHatchet.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
class ItemHatchet : ItemCore {
|
||||
displayName = $STR_EQUIP_NAME_HATCHET;
|
||||
descriptionShort = $STR_EQUIP_DESC_HATCHET;
|
||||
|
||||
class ItemActions {
|
||||
class Toolbelt {
|
||||
text = $STR_ACTIONS_RFROMTB;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user