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

for Pisastrish, with love :)

parent f20aac75
No related branches found
No related tags found
No related merge requests found
...@@ -180,9 +180,9 @@ function _M:eidolonPlane() ...@@ -180,9 +180,9 @@ 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 for e, _ in pairs(game.party.members) do if e ~= self then
self:cleanActor(e) self:cleanActor(e)
end end end
for uid, e in pairs(game.level.entities) do for uid, e in pairs(game.level.entities) do
if not is_exploration or game.party:hasMember(e) then if not is_exploration or game.party:hasMember(e) then
self:restoreResources(e) self:restoreResources(e)
......
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