finish many new 7.92 items and missing todo items from 7.8

This commit is contained in:
ErikasKontenis
2020-03-03 20:16:20 +02:00
parent d8c1eed4f0
commit 3cb71f9127
9 changed files with 190 additions and 60 deletions

View File

@@ -39,6 +39,14 @@ local closedDoors = {
[5733] = 5732,
[5735] = 5737,
[5736] = 5735,
[6191] = 6193,
[6192] = 6191,
[6194] = 6196,
[6195] = 6194,
[6248] = 6250,
[6249] = 6248,
[6251] = 6253,
[6252] = 6251,
}
local openDoors = {
@@ -62,6 +70,10 @@ local openDoors = {
[5282] = 5280,
[5734] = 5732,
[5737] = 5735,
[6193] = 6191,
[6196] = 6194,
[6250] = 6248,
[6253] = 6251,
}
function onUse(player, item, fromPosition, target, toPosition)