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