Add mutant heart as magazine version too, fix typo

This commit is contained in:
A Man
2021-08-24 16:31:08 +02:00
parent d1abb66e9f
commit 1d4d24a055
6 changed files with 22 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ class ItemWeaponPartsRifle
{
weight = 7;
};
class ItemWeaponPartsSniperRilfe
class ItemWeaponPartsSniperRifle
{
weight = 7.5;
};

View File

@@ -71,4 +71,9 @@ class ItemZombieTeeth
class ItemZombieskin
{
weight = 3;
};
class ItemMutantHeartMag
{
weight = 4;
};

View File

@@ -533,4 +533,8 @@ class Wrench_DZE
class WrenchBroken_DZE
{
weight = 1.7;
};
class ItemMutantHeart
{
weight = 4;
};