Swap vanilla ItemPadLock for Epoch ItemComboLock

This greatly simplifies things over having two separate combo lock
classes.
This commit is contained in:
ebaydayz
2016-08-17 13:27:08 -04:00
parent d62a69b9f5
commit a345b69a77
9 changed files with 33 additions and 12 deletions

View File

@@ -63,6 +63,10 @@ class ItemScrews
{
weight = 0.005;
};
class ItemComboLock
{
weight = 0.03;
};
class ItemPadlock
{
weight = 0.03;