From 92505534e8477a793e32d72e84e9986bc464518a Mon Sep 17 00:00:00 2001
From: HousePet <you@example.com>
Date: Wed, 15 Mar 2017 18:18:39 +1030
Subject: [PATCH] I'm sure I checked this...

---
 .../tome/data/general/objects/boss-artifacts-maj-eyal.lua       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua b/game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua
index f9a856d797..b0bba912e4 100644
--- a/game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua
+++ b/game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua
@@ -1194,7 +1194,7 @@ newEntity{ base = "BASE_GEM", define_as = "CRYSTAL_HEART",
 					o.use_no_wear = true
 					o.use_power = { name = "recover the Crystal Heart (destroys this armour)", power = 1, use = function(self, who, inven, item)
 						local art_list = mod.class.Object:loadList("/data/general/objects/objects-maj-eyal.lua")
-						local o = art_list["CRYSTAL_FOCUS"]:clone()
+						local o = art_list["CRYSTAL_HEART"]:clone()
 						o:resolve()
 						o:resolve(nil, true)
 						o:identify(true)
-- 
GitLab