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
247 B
C++
8 lines
247 B
C++
class equip_fuse : CA_Magazine {
|
|
scope = public;
|
|
count = 1;
|
|
displayName = $STR_ITEM_NAME_equip_fuse;
|
|
descriptionShort = $STR_ITEM_DESC_equip_fuse;
|
|
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_fuse.paa";
|
|
type = 256;
|
|
}; |