mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-16 05:02:57 +03:00
Add better icons for broken tools
This commit is contained in:
@@ -36,7 +36,7 @@ class ItemFuelcanEmpty : ItemJerrycanEmpty
|
||||
{
|
||||
type = 256;
|
||||
model = "z\addons\dayz_communityassets\models\fuelcan.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_fuelcan_empty_CA.paa";
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemFuelcanEmpty.paa";
|
||||
displayName = $STR_ITEM_NAME_FUELCAN_EMPTY;
|
||||
descriptionShort = $STR_ITEM_DESC_FUELCAN_EMPTY;
|
||||
fuelQuantity = 0;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class Vehicle_ammo_base: CA_Magazine {
|
||||
scope = private;
|
||||
scope = 0;
|
||||
reloadAction = "";
|
||||
maxLeadSpeed = 100;
|
||||
type = 256;
|
||||
|
||||
@@ -111,4 +111,5 @@ class ItemAntibioticEmpty : ItemAntibiotic_base
|
||||
scope = 2;
|
||||
displayName = $STR_EQUIP_NAME_ANTIBIOTICS_EMPTY;
|
||||
descriptionShort = $STR_EQUIP_DESC_54;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemAntibioticsEmpty.paa";
|
||||
};
|
||||
@@ -109,5 +109,5 @@ class ItemPainkillerEmpty : CA_Magazine
|
||||
count = 1;
|
||||
type = 256;
|
||||
model = "\dayz_equip\models\med_painkiller_gear.p3d";
|
||||
picture = "\dayz_equip\textures\equip_painkiller_ca.paa";
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemPainkillerEmpty.paa";
|
||||
};
|
||||
Reference in New Issue
Block a user