mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Integrate NS Bloodsuckers
Add and update files for bloodsucker spawning option.
This commit is contained in:
7
SQF/dayz_code/Configs/CfgWeapons/Tools/MutantHeart.hpp
Normal file
7
SQF/dayz_code/Configs/CfgWeapons/Tools/MutantHeart.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
class ItemMutantHeart: ItemCore
|
||||
{
|
||||
scope = 2;
|
||||
displayName = $STR_MUTANT_HEART;
|
||||
picture = "\nst\ns_mutants\blood\heart_icon_ca.paa";
|
||||
descriptionShort = $STR_MUTANT_HEART_DESC;
|
||||
};
|
||||
Reference in New Issue
Block a user