diff --git a/game/modules/tome/dialogs/DeathDialog.lua b/game/modules/tome/dialogs/DeathDialog.lua index f9419ea8395fbcfded9361a602335b0449d57f35..f5e632b007a928888f6ecd90a53cefbea44b9ef3 100644 --- a/game/modules/tome/dialogs/DeathDialog.lua +++ b/game/modules/tome/dialogs/DeathDialog.lua @@ -267,6 +267,7 @@ function _M:use(item) self:restoreResources(self.actor) world:gainAchievement("UNSTOPPABLE", actor) self.actor:check("on_resurrect", "consume", o) + o:check("on_resurrect", self.actor) game:saveGame() end end