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