Cursed Aura/callbackOnResurrect removal [1.7b2]

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Pisastrish
Thalore
Posts: 157
Joined: Wed Sep 28, 2016 8:07 pm

Cursed Aura/callbackOnResurrect removal [1.7b2]

#1 Post 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.

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Cursed Aura/callbackOnResurrect removal [1.7b2]

#2 Post by darkgod »

fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply