mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
10 lines
218 B
C++
10 lines
218 B
C++
class equip_lever : CA_Magazine
|
|
{
|
|
scope = 2;
|
|
count = 1;
|
|
type = WeaponSlotItem;
|
|
|
|
picture = "\dayz_equip\textures\equip_lever.paa";
|
|
descriptionShort = $STR_EQUIP_DESC_LEVER;
|
|
displayName = $STR_EQUIP_NAME_LEVER;
|
|
}; |