mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-11-29 07:46:52 +01:00
Floorchange relocates every object on top
This commit is contained in:
@@ -81,7 +81,8 @@ function onStepIn(creature, item, position, fromPosition)
|
|||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
creature:teleportTo(relPos)
|
doRelocate(position, relPos)
|
||||||
|
|
||||||
if item:getId() == 293 then
|
if item:getId() == 293 then
|
||||||
item:transform(294)
|
item:transform(294)
|
||||||
item:decay()
|
item:decay()
|
||||||
|
|||||||
Reference in New Issue
Block a user