mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Add better icons for broken tools
This commit is contained in:
@@ -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;
|
||||
};
|
||||
Reference in New Issue
Block a user