mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Fixed wrong displayName & description
for class ItemMutantTeeth.
This commit is contained in:
@@ -252,10 +252,10 @@ class ItemMutantTeeth: CA_Magazine
|
|||||||
{
|
{
|
||||||
scope = 2;
|
scope = 2;
|
||||||
count = 1;
|
count = 1;
|
||||||
displayName = $STR_EPOCH_ZOMBIEPARTS_TEETH;
|
displayName = $STR_EPOCH_MUTANTPARTS_TEETH;
|
||||||
model = "\z\addons\dayz_epoch\models\zombie_parts_bag_v2.p3d";
|
model = "\z\addons\dayz_epoch\models\zombie_parts_bag_v2.p3d";
|
||||||
picture = "\z\addons\dayz_epoch\pictures\equip_zparts_CA.paa";
|
picture = "\z\addons\dayz_epoch\pictures\equip_zparts_CA.paa";
|
||||||
descriptionShort = $STR_EPOCH_ZOMBIEPARTS_TEETH_DESC;
|
descriptionShort = $STR_EPOCH_MUTANTPARTS_TEETH_DESC;
|
||||||
};
|
};
|
||||||
|
|
||||||
class ItemMutantSkin: CA_Magazine
|
class ItemMutantSkin: CA_Magazine
|
||||||
|
|||||||
Reference in New Issue
Block a user