mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-20 15:12:56 +03:00
CFG WEAPONS DONE
This commit is contained in:
10
SQF/dayz_code/Configs/CfgMagazines/Items/equip_lever.hpp
Normal file
10
SQF/dayz_code/Configs/CfgMagazines/Items/equip_lever.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
};
|
||||
Reference in New Issue
Block a user