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

actual fix

parent 645e7ad0
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ function _M:eidolonPlane()
local is_exploration = game.permadeath == game.PERMADEATH_INFINITE
self:cleanActor(self.actor)
self:resurrectBasic(self.actor, "eidolon_plane")
for e, _ in pairs(game.party.members) do if e ~= self then
for e, _ in pairs(game.party.members) do if e ~= self.actor then
self:cleanActor(e)
end end
for uid, e in pairs(game.level.entities) do
......
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