Skip to content
Snippets Groups Projects

Crystal Heart fix >_>

Merged Simon André Curtis requested to merge housepet/t-engine4:gems into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -1187,7 +1187,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)
Loading