mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 09:32:02 +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:
@@ -30,7 +30,7 @@ class ItemSledge: ItemCore // Epoch class
|
||||
*/
|
||||
};
|
||||
};
|
||||
|
||||
/* //Vanilla sledge is using a different model
|
||||
class ItemSledgeHammer : ItemCore
|
||||
{
|
||||
scope = public;
|
||||
@@ -60,4 +60,5 @@ class ItemSledgeHammerBroken : ItemCore
|
||||
script = "spawn player_fixHatchet;";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
*/
|
||||
Reference in New Issue
Block a user