mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 10:56:29 +03:00
Add mutant heart as magazine version too, fix typo
This commit is contained in:
@@ -306,7 +306,7 @@ class ItemWeaponPartsRifle : CA_Magazine
|
||||
type = 256;
|
||||
};
|
||||
|
||||
class ItemWeaponPartsSniperRilfe : CA_Magazine
|
||||
class ItemWeaponPartsSniperRifle : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
|
||||
@@ -146,4 +146,14 @@ class ItemZombieskin: CA_Magazine
|
||||
model = "\z\addons\dayz_epoch\models\zombie_parts_bag_v2.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_zparts_CA.paa";
|
||||
descriptionShort = $STR_EPOCH_ZOMBIEPARTS_SKIN_DESC;
|
||||
};
|
||||
|
||||
class ItemMutantHeartMag: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_MUTANT_HEART;
|
||||
picture = "\nst\ns_mutants\blood\heart_icon_ca.paa";
|
||||
descriptionShort = $STR_MUTANT_HEART_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\zombie_parts_bag_v2.p3d";
|
||||
};
|
||||
Reference in New Issue
Block a user