mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Add namalsk tools to epoch thx @SumrakDZN
This commit is contained in:
6
SQF/dayz_code/Configs/CfgWeapons/Tools/Gasmask2.hpp
Normal file
6
SQF/dayz_code/Configs/CfgWeapons/Tools/Gasmask2.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
class ItemGasmask2_DZE : ItemCore {
|
||||
scope = public;
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemGasmask2.paa";
|
||||
displayName = $STR_EQUIP_GAS_MASK2;
|
||||
descriptionShort = $STR_EQUIP_GAS_MASK2_DESC;
|
||||
};
|
||||
Reference in New Issue
Block a user