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

@@ -9,7 +9,7 @@ class ItemPilotmask_DZE : ItemCore
class ItemPilotmaskBroken_DZE : ItemCore
{
scope = 2;
picture = "\dayz_epoch_c\icons\tools\ItemPilotmask.paa";
picture = "\dayz_epoch_c\icons\tools\ItemPilotmaskBroken.paa";
displayName = $STR_EQUIP_PILOT_MASK_BROKEN;
descriptionShort = $STR_EQUIP_PILOT_MASK_BROKEN_DESC;
};
@@ -25,7 +25,7 @@ class ItemGasmask1_DZE : ItemCore
class ItemGasmask1Broken_DZE : ItemCore
{
scope = 2;
picture = "\dayz_epoch_c\icons\tools\ItemGasmask1.paa";
picture = "\dayz_epoch_c\icons\tools\ItemGasmask1Broken.paa";
displayName = $STR_EQUIP_GAS_MASK1_BROKEN;
descriptionShort = $STR_EQUIP_GAS_MASK1_BROKEN_DESC;
};
@@ -41,7 +41,7 @@ class ItemGasmask2_DZE : ItemCore
class ItemGasmask2Broken_DZE : ItemCore
{
scope = 2;
picture = "\dayz_epoch_c\icons\tools\ItemGasmask2.paa";
picture = "\dayz_epoch_c\icons\tools\ItemGasmask2Broken.paa";
displayName = $STR_EQUIP_GAS_MASK2_BROKEN;
descriptionShort = $STR_EQUIP_GAS_MASK2_BROKEN_DESC;
};