mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Add mutant heart as magazine version too, fix typo
This commit is contained in:
@@ -157,7 +157,7 @@ class ItemWeaponPartsRifle
|
||||
{
|
||||
weight = 7;
|
||||
};
|
||||
class ItemWeaponPartsSniperRilfe
|
||||
class ItemWeaponPartsSniperRifle
|
||||
{
|
||||
weight = 7.5;
|
||||
};
|
||||
|
||||
@@ -71,4 +71,9 @@ class ItemZombieTeeth
|
||||
class ItemZombieskin
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
|
||||
class ItemMutantHeartMag
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
@@ -533,4 +533,8 @@ class Wrench_DZE
|
||||
class WrenchBroken_DZE
|
||||
{
|
||||
weight = 1.7;
|
||||
};
|
||||
class ItemMutantHeart
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
Reference in New Issue
Block a user