From 3918db478b1451c44b56b154757b245bbb0f1c8b Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Sun, 8 Mar 2015 16:11:47 +0100 Subject: [PATCH] oops --- game/modules/tome/class/Player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/class/Player.lua b/game/modules/tome/class/Player.lua index 4ae23b5d64..61d068c77b 100644 --- a/game/modules/tome/class/Player.lua +++ b/game/modules/tome/class/Player.lua @@ -715,7 +715,7 @@ function _M:heal(value, src) value = value * 1.3 end - mod.class.Actor.heal(self, value, src) + return mod.class.Actor.heal(self, value, src) end function _M:die(src, death_note) -- GitLab