fix few more items 7.92

This commit is contained in:
ErikasKontenis
2020-03-04 19:58:00 +02:00
parent 3cb71f9127
commit 2ce746ea27
8 changed files with 69 additions and 9 deletions

View File

@@ -29,6 +29,12 @@ function onUse(player, item, fromPosition, target, toPosition)
item:remove(1)
return true
end
elseif item:getId() == 6276 then
if table.contains(ovens, target:getId()) then
Game.createItem(6277, 1, target:getPosition())
item:remove(1)
return true
end
elseif item:getId() == 3605 then
if table.contains(milestone, target:getId()) then
local parent = item:getParent()