Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_paper_sheet.hpp
2016-02-19 10:52:34 -05:00

8 lines
270 B
C++

class equip_paper_sheet : CA_Magazine {
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_equip_paper_sheet;
descriptionShort = $STR_ITEM_DESC_equip_paper_sheet;
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_paper_sheet.paa";
type = 256;
};