Skip to content
Snippets Groups Projects
Commit 92505534 authored by HousePet's avatar HousePet Committed by DarkGod
Browse files

I'm sure I checked this...

parent c77e6866
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment