mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
8 lines
248 B
C++
8 lines
248 B
C++
class ItemMutantHeart: ItemCore
|
|
{
|
|
scope = 2;
|
|
displayName = $STR_MUTANT_HEART;
|
|
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";
|
|
}; |