From 7397f23831e090a9d73dfebfc5da7997270de9f0 Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Sun, 20 Oct 2019 11:40:00 +0200
Subject: [PATCH] Fixed a death bug

---
 game/modules/tome/dialogs/DeathDialog.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/dialogs/DeathDialog.lua b/game/modules/tome/dialogs/DeathDialog.lua
index 2da0906c34..2a173fc1cc 100644
--- a/game/modules/tome/dialogs/DeathDialog.lua
+++ b/game/modules/tome/dialogs/DeathDialog.lua
@@ -159,7 +159,7 @@ function _M:resurrectBasic(actor)
 	actor.changed = true
 	game.paused = true
 
-	self.actor:checkTwoHandedPenalty()
+	actor:checkTwoHandedPenalty()
 end
 
 --- Send the party to the Eidolon Plane
-- 
GitLab