diff --git a/data/actions/scripts/misc/key.lua b/data/actions/scripts/misc/key.lua index 1e15475..a0937e0 100644 --- a/data/actions/scripts/misc/key.lua +++ b/data/actions/scripts/misc/key.lua @@ -15,6 +15,30 @@ local closedDoors = { [1683] = 1682, [1691] = 1693, [1692] = 1691, + [5097] = 5099, + [5098] = 5097, + [5106] = 5108, + [5107] = 5106, + [5115] = 5117, + [5116] = 5115, + [5124] = 5126, + [5125] = 5124, + [5133] = 5135, + [5134] = 5133, + [5136] = 5138, + [5137] = 5136, + [5139] = 5141, + [5140] = 5139, + [5142] = 5144, + [5143] = 5142, + [5277] = 5279, + [5278] = 5277, + [5280] = 5282, + [5281] = 5280, + [5732] = 5734, + [5733] = 5732, + [5735] = 5737, + [5736] = 5735, } local openDoors = { @@ -26,6 +50,18 @@ local openDoors = { [1673] = 1671, [1684] = 1682, [1693] = 1691, + [5099] = 5097, + [5108] = 5106, + [5117] = 5115, + [5126] = 5124, + [5135] = 5133, + [5138] = 5136, + [5141] = 5139, + [5144] = 5142, + [5279] = 5277, + [5282] = 5280, + [5734] = 5732, + [5737] = 5735, } function onUse(player, item, fromPosition, target, toPosition)