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() ...@@ -183,7 +183,7 @@ function _M:eidolonPlane()
local is_exploration = game.permadeath == game.PERMADEATH_INFINITE local is_exploration = game.permadeath == game.PERMADEATH_INFINITE
self:cleanActor(self.actor) self:cleanActor(self.actor)
self:resurrectBasic(self.actor, "eidolon_plane") 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) self:cleanActor(e)
end end end end
for uid, e in pairs(game.level.entities) do 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