mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Add namalsk tools to epoch thx @SumrakDZN
This commit is contained in:
7
SQF/dayz_code/Configs/CfgWeapons/Tools/Solder.hpp
Normal file
7
SQF/dayz_code/Configs/CfgWeapons/Tools/Solder.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
class ItemSolder_DZE : ItemCore {
|
||||
scope = public;
|
||||
displayName = $STR_EQUIP_SOLDER;
|
||||
model = "\nst\ns_dayz\items\solder\solder_dzn.p3d";
|
||||
picture = "\nst\ns_dayz\items\solder\data\icon_solder_dzn_ca.paa";
|
||||
descriptionShort = $STR_EQUIP_SOLDER_DESC;
|
||||
};
|
||||
Reference in New Issue
Block a user