mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add better icons for broken tools
This commit is contained in:
@@ -22,7 +22,7 @@ class ItemFlashlightBroken : ItemCore
|
||||
{
|
||||
scope = 2;
|
||||
model = "\dayz_equip\models\flashlight.p3d";
|
||||
picture = "\dayz_equip\textures\equip_flashlight_ca.paa";
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemFlashlightBroken.paa";
|
||||
displayName = $STR_EQUIP_NAME_5_BROKEN;
|
||||
descriptionShort = $STR_EQUIP_DESC_5_BROKEN;
|
||||
};
|
||||
@@ -84,7 +84,7 @@ class ItemFlashlightRedBroken : ItemCore
|
||||
{
|
||||
scope = 2;
|
||||
model = "\dayz_equip\models\flashlight_mil.p3d";
|
||||
picture = "\dayz_equip\textures\equip_flashlight_mil_ca.paa";
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemMilitaryFlashlightBroken.paa";
|
||||
displayName = $STR_EQUIP_NAME_6_BROKEN;
|
||||
descriptionShort = $STR_EQUIP_DESC_6_BROKEN;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user