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

@@ -23,7 +23,7 @@ Residential[] =
{Loot_GROUP, 4, backpacks},
//Other
{Loot_MAGAZINE, 0.5, ItemPadlock},
{Loot_MAGAZINE, 0.5, ItemComboLock},
{Loot_MAGAZINE, 1, PartPlywoodPack},
{Loot_PILE, 6, AmmoCivilian, 1, 2},
@@ -45,7 +45,7 @@ ResidentialSmall[] =
{Loot_WEAPON, 5, ItemCompass},
{Loot_WEAPON, 5, ItemKnife},
{Loot_WEAPON, 1, Binocular},
{Loot_MAGAZINE, 0.5, ItemPadlock},
{Loot_MAGAZINE, 0.5, ItemComboLock},
{Loot_GROUP, 6, AmmoCivilian},
{Loot_GROUP, 10, Trash},
{Loot_GROUP, 10, Consumable},