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:
A Man
2018-05-08 20:57:04 +02:00
committed by oiad
parent b80736f7a1
commit e36dbe0862
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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">