diff --git a/game/modules/tome/class/Player.lua b/game/modules/tome/class/Player.lua
index 4ae23b5d6406db514b3dc0fe83a72b0e5c969441..61d068c77b4c0b66f1ec1716522e8456aabd14bf 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)