Add better icons for broken tools

This commit is contained in:
A Man
2020-05-30 14:17:20 +02:00
parent 8c12e69bba
commit 8a535e13e9
20 changed files with 33 additions and 25 deletions

View File

@@ -11,7 +11,7 @@ class ItemKeyKitBroken: ItemCore
{
scope = 2;
displayname = $STR_EQUIP_KEYKIT_BROKEN;
descriptionShort = $STR_EQUIP_KEYKIT_BROKEN_DESC;
model = "\z\addons\dayz_epoch\models\keykit.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_keykit_ca.paa";
descriptionShort = $STR_EQUIP_KEYKIT_BROKEN_DESC;
picture = "\dayz_epoch_c\icons\tools\ItemKeymakersKitBroken.paa";
};