mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update path due to mod conflict with namalsk
This commit is contained in:
@@ -153,7 +153,7 @@ class ItemMutantHeartMag: CA_Magazine
|
|||||||
scope = 2;
|
scope = 2;
|
||||||
count = 1;
|
count = 1;
|
||||||
displayName = $STR_MUTANT_HEART;
|
displayName = $STR_MUTANT_HEART;
|
||||||
picture = "\nst\ns_mutants\blood\heart_icon_ca.paa";
|
picture = "\dayz_epoch_c\icons\tools\heart_icon_ca.paa";
|
||||||
descriptionShort = $STR_MUTANT_HEART_DESC;
|
descriptionShort = $STR_MUTANT_HEART_DESC;
|
||||||
model = "\z\addons\dayz_epoch\models\zombie_parts_bag_v2.p3d";
|
model = "\z\addons\dayz_epoch\models\zombie_parts_bag_v2.p3d";
|
||||||
};
|
};
|
||||||
@@ -2,7 +2,7 @@ class ItemMutantHeart: ItemCore
|
|||||||
{
|
{
|
||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = $STR_MUTANT_HEART;
|
displayName = $STR_MUTANT_HEART;
|
||||||
picture = "\nst\ns_mutants\blood\heart_icon_ca.paa";
|
picture = "\dayz_epoch_c\icons\tools\heart_icon_ca.paa";
|
||||||
descriptionShort = $STR_MUTANT_HEART_DESC;
|
descriptionShort = $STR_MUTANT_HEART_DESC;
|
||||||
model = "\z\addons\dayz_epoch\models\zombie_parts_bag_v2.p3d";
|
model = "\z\addons\dayz_epoch\models\zombie_parts_bag_v2.p3d";
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user