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

Party members are cleaned of debuff when going to the Eidolon plane

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