mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 09:29:21 +03:00
more fixes
+ [ADDED] Raw tuna now does not have infection chance when eaten. + [ADDED] Empty 55 gallon barrel icon added + [FIXED] 1oz Silver Bar icon was incorrect, now have correct one.
This commit is contained in:
@@ -1644,9 +1644,8 @@ class CfgMagazines
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Wooden Shack";
|
||||
// TODO make custom model and icon
|
||||
model = "\dayz_equip\models\woodPile.p3d";
|
||||
picture = "\dayz_equip\textures\equip_woodPile_ca.paa";
|
||||
model = "\dayz_equip\models\supply_crate.p3d";
|
||||
picture = "\dayz_equip\textures\equip_wooden_crate_ca.paa";
|
||||
descriptionShort = "Wooden Shack: A crafted object that holds some items/weapons/backpacks.";
|
||||
class ItemActions {
|
||||
class Build {
|
||||
@@ -2117,8 +2116,7 @@ class CfgMagazines
|
||||
fuelQuantity = 0;
|
||||
type = 256;
|
||||
displayName = "Fuel Barrel (Empty)";
|
||||
// TODO add X to icon to represent empty barrel
|
||||
picture = "\dayz_equip\textures\equip_oil_drum_model_ca.paa";
|
||||
picture = "\dayz_equip\textures\equip_oildrum_e_CA.paa";
|
||||
descriptionShort = "210 litres of fuel per barrel (Empty)";
|
||||
};
|
||||
class ItemJerrycan: CA_Magazine
|
||||
|
||||
BIN
dayz_equip/textures/equip_oildrum_e_CA.paa
Normal file
BIN
dayz_equip/textures/equip_oildrum_e_CA.paa
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user