mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-19 18:56:41 +03:00
New config variable dayz_toolBreaking
Tool breaking is disabled by default. Also made all scripts use Epoch sledge, which is a different model from vanilla sledge. PK_DZ was a duplicate of the new PKM_DZ.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class PKM_DZ : PK
|
||||
class PKM_DZ : PK //Iron sight PKM
|
||||
{
|
||||
type = WeaponSlotPrimary;
|
||||
|
||||
@@ -17,4 +17,8 @@ class PKM_DZ : PK
|
||||
{
|
||||
reloadTime = 0.08;
|
||||
};
|
||||
};
|
||||
|
||||
class Pecheneg_DZ: Pecheneg { //PKP with long range scope
|
||||
type = "1";
|
||||
};
|
||||
Reference in New Issue
Block a user