mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
Add namalsk tools to epoch thx @SumrakDZN
This commit is contained in:
7
SQF/dayz_code/Configs/CfgWeapons/Tools/NVGBroken.hpp
Normal file
7
SQF/dayz_code/Configs/CfgWeapons/Tools/NVGBroken.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
class ItemNVGBroken_DZE : ItemCore {
|
||||
scope = public;
|
||||
displayName = $STR_EQUIP_BROKEN_NV;
|
||||
model = "\dayz_epoch_c\items\nvg\nvg_dzn.p3d";
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemNVGBroken.paa";
|
||||
descriptionShort = $STR_EQUIP_BROKEN_NV_DESC;
|
||||
};
|
||||
Reference in New Issue
Block a user