mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-05-15 15:13:22 +03:00
Swap vanilla ItemPadLock for Epoch ItemComboLock
This greatly simplifies things over having two separate combo lock classes.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
Construction[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 9, ItemLog},
|
||||
{Loot_MAGAZINE, 9, ItemLog}, // Used for crafting and vanilla buildables
|
||||
{Loot_MAGAZINE, 9, ItemPlank},
|
||||
{Loot_MAGAZINE, 5, ItemStone},
|
||||
{Loot_MAGAZINE, 5, ItemStone}, // Used for crafting and vanilla buildables
|
||||
{Loot_MAGAZINE, 8, equip_nails},
|
||||
{Loot_MAGAZINE, 9, equip_metal_sheet_rusted},
|
||||
{Loot_MAGAZINE, 9, equip_metal_sheet},
|
||||
{Loot_MAGAZINE, 1, equip_lever},
|
||||
{Loot_MAGAZINE, 1, ItemPadlock},
|
||||
{Loot_MAGAZINE, 1, ItemComboLock},
|
||||
|
||||
{Loot_WEAPON, 1, ItemPickaxe},
|
||||
{Loot_WEAPON, 2, ItemPickaxeBroken},
|
||||
|
||||
Reference in New Issue
Block a user