Floorchange relocates every object on top

This commit is contained in:
Alejandro Mujica 2019-02-05 12:57:03 -04:00
parent 6e02936226
commit a82933a526

View File

@ -81,7 +81,8 @@ function onStepIn(creature, item, position, fromPosition)
return false
end
creature:teleportTo(relPos)
doRelocate(position, relPos)
if item:getId() == 293 then
item:transform(294)
item:decay()