Skip to content
Snippets Groups Projects
Commit 039be768 authored by dg's avatar dg
Browse files

Clarified the activation of Spellblaze Remnants

git-svn-id: http://svn.net-core.org/repos/t-engine4@6000 51575b47-30f0-44d4-a5cc-537603b46e54
parent b2198078
No related branches found
No related tags found
No related merge requests found
......@@ -3952,7 +3952,7 @@ newEntity{ base = "BASE_GAUNTLETS",
who:onWear(self, true)
end,
max_power = 150, power_regen = 1,
use_power = { name = "destroy an arcane item", power = 1, use = function(self, who, obj_inven, obj_item)
use_power = { name = "destroy an arcane item (of a higher tier than the gauntlets)", power = 1, use = function(self, who, obj_inven, obj_item)
local d = who:showInventory("Destroy which item?", who:getInven("INVEN"), function(o) return o.unique and o.power_source and o.power_source.arcane and o.power_source.arcane and o.power_source.arcane == true and o.material_level and o.material_level > self.material_level end, function(o, item, inven)
if o.material_level <= self.material_level then return end
self.material_level=o.material_level
......
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