First commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
function onAddItem(item, tileitem, position)
|
||||
if item:getType():isMovable() and Tile(position):getThingCount() == 2 then
|
||||
item:getPosition():sendMagicEffect(2)
|
||||
item:remove()
|
||||
end
|
||||
return true
|
||||
end
|
Reference in New Issue
Block a user