Skip to content
Snippets Groups Projects
Commit b145f43e authored by DarkGod's avatar DarkGod
Browse files

Fixed alchemists & summoners exiting the Dreams of the caldera

parent cf720eb5
No related branches found
No related tags found
No related merge requests found
......@@ -305,6 +305,7 @@ You feel good!]],
for pmem, def in pairs(game.party.members) do
if pmem.caldera_x and pmem.caldera_y then
pmem:move(pmem.caldera_x, pmem.caldera_y, true)
if not game.level:hasEntity(pmem) then game.level:addEntity(pmem) end
end
end
game.party:setPlayer(game:getPlayer(true))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment