mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Changing picture of empty barrels, germany typo fix (#2016)
* Fix german typo * Change item picture for the new empty barrels Methylamin Barrel Empty and Oil Barrel Empty had the same item picture as a filled barrels. It is better to have on all empty barrels the same picture like the empty fuel barrel.
This commit is contained in:
@@ -1184,12 +1184,14 @@ class ItemOilBarrelEmpty : ItemOilBarrel
|
|||||||
{
|
{
|
||||||
displayName = $STR_EPOCH_EMPTYOILBARREL;
|
displayName = $STR_EPOCH_EMPTYOILBARREL;
|
||||||
descriptionShort = $STR_EPOCH_EMPTYOILBARREL_DESC;
|
descriptionShort = $STR_EPOCH_EMPTYOILBARREL_DESC;
|
||||||
|
picture = "\z\addons\dayz_epoch\pictures\equip_oildrum_e_CA.paa";
|
||||||
};
|
};
|
||||||
|
|
||||||
class ItemMethylaminBarrelEmpty : ItemOilBarrel
|
class ItemMethylaminBarrelEmpty : ItemOilBarrel
|
||||||
{
|
{
|
||||||
displayName = $STR_EPOCH_EMPTYMETHYLAMINEBARREL;
|
displayName = $STR_EPOCH_EMPTYMETHYLAMINEBARREL;
|
||||||
descriptionShort = $STR_EPOCH_EMPTYMETHYLAMINEBARREL_DESC;
|
descriptionShort = $STR_EPOCH_EMPTYMETHYLAMINEBARREL_DESC;
|
||||||
|
picture = "\z\addons\dayz_epoch\pictures\equip_oildrum_e_CA.paa";
|
||||||
};
|
};
|
||||||
|
|
||||||
class ItemMethylaminBarrel : ItemOilBarrel
|
class ItemMethylaminBarrel : ItemOilBarrel
|
||||||
|
|||||||
@@ -14792,7 +14792,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_PLYWOODPACK">
|
<Key ID="STR_EPOCH_PLYWOODPACK">
|
||||||
<English>Plywood Pack</English>
|
<English>Plywood Pack</English>
|
||||||
<German>Sperrholzpacket</German>
|
<German>Sperrholzpaket</German>
|
||||||
<Russian>Упаковка фанеры</Russian>
|
<Russian>Упаковка фанеры</Russian>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_PLYWOODPACK_DESC">
|
<Key ID="STR_EPOCH_PLYWOODPACK_DESC">
|
||||||
|
|||||||
Reference in New Issue
Block a user