mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
8 lines
242 B
C++
8 lines
242 B
C++
class equip_fuse : CA_Magazine {
|
|
scope = 2;
|
|
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;
|
|
}; |