mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Swap vanilla ItemPadLock for Epoch ItemComboLock
This greatly simplifies things over having two separate combo lock classes.
This commit is contained in:
@@ -63,6 +63,10 @@ class ItemScrews
|
||||
{
|
||||
weight = 0.005;
|
||||
};
|
||||
class ItemComboLock
|
||||
{
|
||||
weight = 0.03;
|
||||
};
|
||||
class ItemPadlock
|
||||
{
|
||||
weight = 0.03;
|
||||
|
||||
Reference in New Issue
Block a user