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:
7
SQF/dayz_code/Configs/CfgWeapons/Tools/GPSBroken.hpp
Normal file
7
SQF/dayz_code/Configs/CfgWeapons/Tools/GPSBroken.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
class ItemGPSBroken_DZE : ItemCore {
|
||||
scope = public;
|
||||
displayName = $STR_EQUIP_BROKEN_GPS;
|
||||
model = "z\addons\dayz_communityassets\models\gps.p3d";
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemGPSBroken.paa";
|
||||
descriptionShort = $STR_EQUIP_BROKEN_GPS_DESC;
|
||||
};
|
||||
Reference in New Issue
Block a user