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

10 lines
209 B
C++

class ItemHatchet : ItemCore {
displayName = $STR_EQUIP_NAME_HATCHET;
descriptionShort = $STR_EQUIP_DESC_HATCHET;
class ItemActions {
class Toolbelt {
text = $STR_ACTIONS_RFROMTB;
};
};
};