Page 1 of 1

Cursed Aura/callbackOnResurrect removal [1.7b2]

Posted: Fri Aug 07, 2020 3:00 am
by Pisastrish
From DeathDialog.eidolonPlane:

Code: Select all

self:cleanActor(self.actor)
self:resurrectBasic(self.actor, "eidolon_plane")
for e, _ in pairs(game.party.members) do
	self:cleanActor(e)
end
This cleans the actor of effects both before and after resurrecting, which means both curses and any effects from callbackOnResurrect are removed when you die and are sent to the eidolon.

Re: Cursed Aura/callbackOnResurrect removal [1.7b2]

Posted: Fri Aug 07, 2020 11:59 am
by darkgod
fixed