mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-05-15 15:13:22 +03:00
Enable R3F weight by default
Since we are keeping "everything takes up one gear slot" weight should be enabled by default. Moved to init.sqf so admins can easily change it. Also added RedRyder and Anzio_20 weight.
This commit is contained in:
@@ -71,7 +71,11 @@ class MR43
|
||||
class MR43_DZ
|
||||
{
|
||||
weight = 3.5;
|
||||
};
|
||||
};
|
||||
class RedRyder
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class Saiga12K
|
||||
{
|
||||
weight = 3.5;
|
||||
|
||||
@@ -32,6 +32,10 @@ class BAF_LRR_scoped
|
||||
{
|
||||
weight = 5.6;
|
||||
};
|
||||
class Anzio_20
|
||||
{
|
||||
weight = 14;
|
||||
};
|
||||
class m107_DZ
|
||||
{
|
||||
weight = 14;
|
||||
|
||||
Reference in New Issue
Block a user