Skip to content
Snippets Groups Projects
Commit 5e69adc2 authored by DarkGod's avatar DarkGod
Browse files

Merge branch 'gems' into 'master'

Crystal Heart fix >_>

I'm sure I checked this multiple times.
My brain is mush. :(

See merge request !432
parents c8a8b169 418b0ff9
No related branches found
No related tags found
1 merge request!432Crystal Heart fix >_>
Pipeline #
......@@ -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