mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Weight classname cleanup
This commit is contained in:
@@ -580,11 +580,15 @@ class CfgWeight
|
||||
{
|
||||
weight = 9;
|
||||
};
|
||||
class Pecheneg_DZ
|
||||
{
|
||||
weight = 9;
|
||||
};
|
||||
class Huntingrifle
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class KSVK
|
||||
class ksvk
|
||||
{
|
||||
weight = 12;
|
||||
};
|
||||
@@ -596,7 +600,7 @@ class CfgWeight
|
||||
{
|
||||
weight = 6.2;
|
||||
};
|
||||
class SVD_CAMO
|
||||
class SVD_Camo
|
||||
{
|
||||
weight = 6.3;
|
||||
};
|
||||
@@ -612,11 +616,11 @@ class CfgWeight
|
||||
{
|
||||
weight = 3.5;
|
||||
};
|
||||
class Bizon
|
||||
class bizon
|
||||
{
|
||||
weight = 2.1;
|
||||
};
|
||||
class bizon_silenced
|
||||
class Bizon_Silenced
|
||||
{
|
||||
weight = 2.3;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user