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

@@ -0,0 +1,8 @@
function onAddItem(item, tileitem, position)
if item:getId() == 2918 or item:getId() == 2917 then
tileitem:transform(6279, 1)
item:getPosition():sendMagicEffect(CONST_ME_MAGIC_GREEN)
item:remove()
end
return true
end