mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
This commit rearranges the complete CfgMagazines structure. We no longer have seperated folders for DayZ Mod and Epoch. All items got merged and grouped together. Unused items got moved into a folder called Not used under items.
8 lines
259 B
C++
8 lines
259 B
C++
class equip_pipecap : CA_Magazine {
|
|
scope = public;
|
|
count = 1;
|
|
displayName = $STR_ITEM_NAME_equip_pipecap;
|
|
descriptionShort = $STR_ITEM_DESC_equip_pipecap;
|
|
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_pipecap.paa";
|
|
type = 256;
|
|
}; |