Cursed Aura/callbackOnResurrect removal [1.7b2]
Posted: Fri Aug 07, 2020 3:00 am
From DeathDialog.eidolonPlane:
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.
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