Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Tools/MutantHeart.hpp
2021-08-25 14:33:04 +02:00

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";
};