Update path due to mod conflict with namalsk

This commit is contained in:
A Man
2021-08-25 14:33:04 +02:00
parent 34a25c366d
commit a2db3e7c90
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ class ItemMutantHeartMag: CA_Magazine
scope = 2;
count = 1;
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;
model = "\z\addons\dayz_epoch\models\zombie_parts_bag_v2.p3d";
};

View File

@@ -2,7 +2,7 @@ class ItemMutantHeart: ItemCore
{
scope = 2;
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;
model = "\z\addons\dayz_epoch\models\zombie_parts_bag_v2.p3d";
};